Color Hex Logo

#dbca37 Color Hex

#DBCA37
(219,202,55)
0 Favorites   0 Comments

Color spaces of #dbca37

RGB 21920255
HSL0.150.690.54
HSV54°75°86°
CMYK 0.000.080.75   0.14
XYZ51.023557.577012.0387
Yxy57.57700.42290.4773
Hunter Lab75.8795-12.760843.7090
CIE-Lab80.5030-9.598670.3922

#dbca37 color RGB value is (219,202,55).

#dbca37 hex color red value is 219, green value is 202 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dbca37 hue: 0.15 , saturation: 0.69 and the lightness value of dbca37 is 0.54.

The process color (four color CMYK) of #dbca37 color hex is 0.00, 0.08, 0.75, 0.14. Web safe color of #dbca37 is #cccc33. Color #dbca37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 00110111
Octal 333 312 67
Decimal 219 202 55
Hex DB CA 37

RGB Percentages of Color #dbca37

%46.01
%42.44
%11.55

CMYK Percentages of Color #dbca37

%0
%8
%75
%14

Triadic Colors of #dbca37

#dbca37 #37dbca #ca37db

Analogous Colors of #dbca37

#dbca37 #9adb37 #db7837

Monochromatic Colors of #dbca37

#dbca37

Complementary Color

#dbca37 #3748db

#dbca37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca37 Color CSS Codes

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

#dbca37 Text Font Color

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

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


#dbca37 Background Color

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

This div background color is #dbca37


#dbca37 Border Color

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

This div border color is #dbca37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca37

#dbca37 Color Palettes


Comments

No comments written yet.

Please login to write comment.