Color Hex Logo

#dbca63 Color Hex

#DBCA63
(219,202,99)
0 Favorites   0 Comments

Color spaces of #dbca63

RGB 21920299
HSL0.140.630.62
HSV52°55°86°
CMYK 0.000.080.55   0.14
XYZ52.586158.202020.2669
Yxy58.20200.40130.4441
Hunter Lab76.2902-10.469637.6525
CIE-Lab80.8510-6.991652.7915

#dbca63 color RGB value is (219,202,99).

#dbca63 hex color red value is 219, green value is 202 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbca63 hue: 0.14 , saturation: 0.63 and the lightness value of dbca63 is 0.62.

The process color (four color CMYK) of #dbca63 color hex is 0.00, 0.08, 0.55, 0.14. Web safe color of #dbca63 is #cccc66. Color #dbca63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 01100011
Octal 333 312 143
Decimal 219 202 99
Hex DB CA 63

RGB Percentages of Color #dbca63

%42.12
%38.85
%19.04

CMYK Percentages of Color #dbca63

%0
%8
%55
%14

Triadic Colors of #dbca63

#dbca63 #63dbca #ca63db

Analogous Colors of #dbca63

#dbca63 #b0db63 #db8e63

Monochromatic Colors of #dbca63

#dbca63

Complementary Color

#dbca63 #6374db

#dbca63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca63 Color CSS Codes

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

#dbca63 Text Font Color

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

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


#dbca63 Background Color

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

This div background color is #dbca63


#dbca63 Border Color

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

This div border color is #dbca63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca63


Comments

No comments written yet.

Please login to write comment.