Color Hex Logo

#dbcb26 Color Hex

#DBCB26
(219,203,38)
0 Favorites   0 Comments

Color spaces of #dbcb26

RGB 21920338
HSL0.150.720.50
HSV55°83°86°
CMYK 0.000.070.83   0.14
XYZ50.919257.911910.3281
Yxy57.91190.42730.4860
Hunter Lab76.0999-13.738645.2232
CIE-Lab80.6898-10.680675.4949

#dbcb26 color RGB value is (219,203,38).

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

The process color (four color CMYK) of #dbcb26 color hex is 0.00, 0.07, 0.83, 0.14. Web safe color of #dbcb26 is #cccc33. Color #dbcb26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 00100110
Octal 333 313 46
Decimal 219 203 38
Hex DB CB 26

RGB Percentages of Color #dbcb26

%47.61
%44.13
%8.26

CMYK Percentages of Color #dbcb26

%0
%7
%83
%14

Triadic Colors of #dbcb26

#dbcb26 #26dbcb #cb26db

Analogous Colors of #dbcb26

#dbcb26 #91db26 #db7126

Monochromatic Colors of #dbcb26

#dbcb26

Complementary Color

#dbcb26 #2636db

#dbcb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb26 Color CSS Codes

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

#dbcb26 Text Font Color

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

This sample text font color is #dbcb26
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.


#dbcb26 Background Color

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

This div background color is #dbcb26


#dbcb26 Border Color

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

This div border color is #dbcb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb26


Comments

No comments written yet.

Please login to write comment.