Color Hex Logo

#dbca3e Color Hex

#DBCA3E
(219,202,62)
0 Favorites   0 Comments

Color spaces of #dbca3e

RGB 21920262
HSL0.150.690.55
HSV54°72°86°
CMYK 0.000.080.72   0.14
XYZ51.203457.648912.9861
Yxy57.64890.42030.4732
Hunter Lab75.9269-12.495643.0082
CIE-Lab80.5432-9.294668.0067

#dbca3e color RGB value is (219,202,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 00111110
Octal 333 312 76
Decimal 219 202 62
Hex DB CA 3E

RGB Percentages of Color #dbca3e

%45.34
%41.82
%12.84

CMYK Percentages of Color #dbca3e

%0
%8
%72
%14

Triadic Colors of #dbca3e

#dbca3e #3edbca #ca3edb

Analogous Colors of #dbca3e

#dbca3e #9edb3e #db7c3e

Monochromatic Colors of #dbca3e

#dbca3e

Complementary Color

#dbca3e #3e4fdb

#dbca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca3e Color CSS Codes

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

#dbca3e Text Font Color

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

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


#dbca3e Background Color

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

This div background color is #dbca3e


#dbca3e Border Color

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

This div border color is #dbca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca3e


Comments

No comments written yet.

Please login to write comment.