Color Hex Logo

#dbcb40 Color Hex

#DBCB40
(219,203,64)
0 Favorites   0 Comments

Color spaces of #dbcb40

RGB 21920364
HSL0.150.680.55
HSV54°71°86°
CMYK 0.000.070.71   0.14
XYZ51.494858.142113.3590
Yxy58.14210.41870.4727
Hunter Lab76.2510-12.892242.9882
CIE-Lab80.8177-9.707667.5466

#dbcb40 color RGB value is (219,203,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01000000
Octal 333 313 100
Decimal 219 203 64
Hex DB CB 40

RGB Percentages of Color #dbcb40

%45.06
%41.77
%13.17

CMYK Percentages of Color #dbcb40

%0
%7
%71
%14

Triadic Colors of #dbcb40

#dbcb40 #40dbcb #cb40db

Analogous Colors of #dbcb40

#dbcb40 #9edb40 #db7e40

Monochromatic Colors of #dbcb40

#dbcb40

Complementary Color

#dbcb40 #4050db

#dbcb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb40 Color CSS Codes

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

#dbcb40 Text Font Color

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

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


#dbcb40 Background Color

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

This div background color is #dbcb40


#dbcb40 Border Color

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

This div border color is #dbcb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb40


Comments

No comments written yet.

Please login to write comment.