Color Hex Logo

#dbcb58 Color Hex

#DBCB58
(219,203,88)
0 Favorites   0 Comments

Color spaces of #dbcb58

RGB 21920388
HSL0.150.650.60
HSV53°60°86°
CMYK 0.000.070.60   0.14
XYZ52.330858.476517.7615
Yxy58.47650.40700.4548
Hunter Lab76.4699-11.669239.7578
CIE-Lab81.0030-8.312257.9676

#dbcb58 color RGB value is (219,203,88).

#dbcb58 hex color red value is 219, green value is 203 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dbcb58 hue: 0.15 , saturation: 0.65 and the lightness value of dbcb58 is 0.60.

The process color (four color CMYK) of #dbcb58 color hex is 0.00, 0.07, 0.60, 0.14. Web safe color of #dbcb58 is #cccc66. Color #dbcb58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01011000
Octal 333 313 130
Decimal 219 203 88
Hex DB CB 58

RGB Percentages of Color #dbcb58

%42.94
%39.80
%17.25

CMYK Percentages of Color #dbcb58

%0
%7
%60
%14

Triadic Colors of #dbcb58

#dbcb58 #58dbcb #cb58db

Analogous Colors of #dbcb58

#dbcb58 #aadb58 #db8a58

Monochromatic Colors of #dbcb58

#dbcb58

Complementary Color

#dbcb58 #5868db

#dbcb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb58 Color CSS Codes

.mybgcolor {background-color:#dbcb58; } 
.myforecolor {color:#dbcb58; }
.mybordercolor {border:3px solid #dbcb58; }

#dbcb58 Text Font Color

<p style="color:#dbcb58">Text here</p>

This sample text font color is #dbcb58
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcb58 Background Color

<div style="background-color:#dbcb58">
Div content here</div>

This div background color is #dbcb58


#dbcb58 Border Color

<div style="border:3px solid #dbcb58">
Div here</div>

This div border color is #dbcb58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,203,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcb58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcb58;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcb58;
  box-shadow:         1px 1px 3px 2px #dbcb58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,203,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcb58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcb58;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcb58;
  box-shadow:         1px 1px 3px 2px #dbcb58;">
Div content here</div>

This div box has shadow with color #dbcb58

#dbcb58 Color Palettes


Comments

No comments written yet.

Please login to write comment.