Color Hex Logo

#dbd247 Color Hex

#DBD247
(219,210,71)
0 Favorites   0 Comments

Color spaces of #dbd247

RGB 21921071
HSL0.160.670.57
HSV56°68°86°
CMYK 0.000.040.68   0.14
XYZ53.397361.608215.0385
Yxy61.60820.41060.4737
Hunter Lab78.4909-15.925643.5839
CIE-Lab82.7046-12.881666.7984

#dbd247 color RGB value is (219,210,71).

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

The process color (four color CMYK) of #dbd247 color hex is 0.00, 0.04, 0.68, 0.14. Web safe color of #dbd247 is #cccc33. Color #dbd247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01000111
Octal 333 322 107
Decimal 219 210 71
Hex DB D2 47

RGB Percentages of Color #dbd247

%43.80
%42.00
%14.20

CMYK Percentages of Color #dbd247

%0
%4
%68
%14

Triadic Colors of #dbd247

#dbd247 #47dbd2 #d247db

Analogous Colors of #dbd247

#dbd247 #9adb47 #db8847

Monochromatic Colors of #dbd247

#dbd247

Complementary Color

#dbd247 #4750db

#dbd247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd247 Color CSS Codes

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

#dbd247 Text Font Color

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

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


#dbd247 Background Color

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

This div background color is #dbd247


#dbd247 Border Color

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

This div border color is #dbd247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd247


Comments

No comments written yet.

Please login to write comment.