Color Hex Logo

#dbd967 Color Hex

#DBD967
(219,217,103)
0 Favorites   0 Comments

Color spaces of #dbd967

RGB 219217103
HSL0.160.620.63
HSV59°53°86°
CMYK 0.000.010.53   0.14
XYZ56.474565.665122.5301
Yxy65.66510.39040.4539
Hunter Lab81.0340-17.408740.2392
CIE-Lab84.8253-14.244855.5423

#dbd967 color RGB value is (219,217,103).

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

The process color (four color CMYK) of #dbd967 color hex is 0.00, 0.01, 0.53, 0.14. Web safe color of #dbd967 is #cccc66. Color #dbd967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01100111
Octal 333 331 147
Decimal 219 217 103
Hex DB D9 67

RGB Percentages of Color #dbd967

%40.63
%40.26
%19.11

CMYK Percentages of Color #dbd967

%0
%1
%53
%14

Triadic Colors of #dbd967

#dbd967 #67dbd9 #d967db

Analogous Colors of #dbd967

#dbd967 #a3db67 #db9f67

Monochromatic Colors of #dbd967

#dbd967

Complementary Color

#dbd967 #6769db

#dbd967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd967 Color CSS Codes

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

#dbd967 Text Font Color

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

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


#dbd967 Background Color

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

This div background color is #dbd967


#dbd967 Border Color

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

This div border color is #dbd967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd967


Comments

No comments written yet.

Please login to write comment.