Color Hex Logo

#dbd56b Color Hex

#DBD56B
(219,213,107)
0 Favorites   0 Comments

Color spaces of #dbd56b

RGB 219213107
HSL0.160.610.64
HSV57°51°86°
CMYK 0.000.030.51   0.14
XYZ55.661563.710123.2735
Yxy63.71010.39020.4466
Hunter Lab79.8186-15.205638.5853
CIE-Lab83.8146-11.915252.5127

#dbd56b color RGB value is (219,213,107).

#dbd56b hex color red value is 219, green value is 213 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dbd56b hue: 0.16 , saturation: 0.61 and the lightness value of dbd56b is 0.64.

The process color (four color CMYK) of #dbd56b color hex is 0.00, 0.03, 0.51, 0.14. Web safe color of #dbd56b is #cccc66. Color #dbd56b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01101011
Octal 333 325 153
Decimal 219 213 107
Hex DB D5 6B

RGB Percentages of Color #dbd56b

%40.63
%39.52
%19.85

CMYK Percentages of Color #dbd56b

%0
%3
%51
%14

Triadic Colors of #dbd56b

#dbd56b #6bdbd5 #d56bdb

Analogous Colors of #dbd56b

#dbd56b #a9db6b #db9d6b

Monochromatic Colors of #dbd56b

#dbd56b

Complementary Color

#dbd56b #6b71db

#dbd56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd56b Color CSS Codes

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

#dbd56b Text Font Color

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

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


#dbd56b Background Color

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

This div background color is #dbd56b


#dbd56b Border Color

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

This div border color is #dbd56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd56b


Comments

No comments written yet.

Please login to write comment.