Color Hex Logo

#dbd264 Color Hex

#DBD264
(219,210,100)
0 Favorites   0 Comments

Color spaces of #dbd264

RGB 219210100
HSL0.150.620.63
HSV55°54°86°
CMYK 0.000.040.54   0.14
XYZ54.560362.073421.1623
Yxy62.07340.39590.4505
Hunter Lab78.7867-14.264239.2252
CIE-Lab82.9524-10.976054.7572

#dbd264 color RGB value is (219,210,100).

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

The process color (four color CMYK) of #dbd264 color hex is 0.00, 0.04, 0.54, 0.14. Web safe color of #dbd264 is #cccc66. Color #dbd264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01100100
Octal 333 322 144
Decimal 219 210 100
Hex DB D2 64

RGB Percentages of Color #dbd264

%41.40
%39.70
%18.90

CMYK Percentages of Color #dbd264

%0
%4
%54
%14

Triadic Colors of #dbd264

#dbd264 #64dbd2 #d264db

Analogous Colors of #dbd264

#dbd264 #a9db64 #db9764

Monochromatic Colors of #dbd264

#dbd264

Complementary Color

#dbd264 #646ddb

#dbd264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd264 Color CSS Codes

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

#dbd264 Text Font Color

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

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


#dbd264 Background Color

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

This div background color is #dbd264


#dbd264 Border Color

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

This div border color is #dbd264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd264


Comments

No comments written yet.

Please login to write comment.