Color Hex Logo

#dbd67b Color Hex

#DBD67B
(219,214,123)
0 Favorites   0 Comments

Color spaces of #dbd67b

RGB 219214123
HSL0.160.570.67
HSV57°44°86°
CMYK 0.000.020.44   0.14
XYZ56.835164.583328.2092
Yxy64.58330.37980.4316
Hunter Lab80.3637-14.397235.4427
CIE-Lab84.2685-10.952245.3778

#dbd67b color RGB value is (219,214,123).

#dbd67b hex color red value is 219, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dbd67b hue: 0.16 , saturation: 0.57 and the lightness value of dbd67b is 0.67.

The process color (four color CMYK) of #dbd67b color hex is 0.00, 0.02, 0.44, 0.14. Web safe color of #dbd67b is #cccc66. Color #dbd67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 01111011
Octal 333 326 173
Decimal 219 214 123
Hex DB D6 7B

RGB Percentages of Color #dbd67b

%39.39
%38.49
%22.12

CMYK Percentages of Color #dbd67b

%0
%2
%44
%14

Triadic Colors of #dbd67b

#dbd67b #7bdbd6 #d67bdb

Analogous Colors of #dbd67b

#dbd67b #b0db7b #dba67b

Monochromatic Colors of #dbd67b

#dbd67b

Complementary Color

#dbd67b #7b80db

#dbd67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd67b Color CSS Codes

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

#dbd67b Text Font Color

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

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


#dbd67b Background Color

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

This div background color is #dbd67b


#dbd67b Border Color

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

This div border color is #dbd67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd67b


Comments

No comments written yet.

Please login to write comment.