Color Hex Logo

#dbd446 Color Hex

#DBD446
(219,212,70)
0 Favorites   0 Comments

Color spaces of #dbd446

RGB 21921270
HSL0.160.670.57
HSV57°68°86°
CMYK 0.000.030.68   0.14
XYZ53.862462.589215.0364
Yxy62.58920.40960.4760
Hunter Lab79.1133-16.920944.1106
CIE-Lab83.2258-13.933567.7017

#dbd446 color RGB value is (219,212,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01000110
Octal 333 324 106
Decimal 219 212 70
Hex DB D4 46

RGB Percentages of Color #dbd446

%43.71
%42.32
%13.97

CMYK Percentages of Color #dbd446

%0
%3
%68
%14

Triadic Colors of #dbd446

#dbd446 #46dbd4 #d446db

Analogous Colors of #dbd446

#dbd446 #98db46 #db8a46

Monochromatic Colors of #dbd446

#dbd446

Complementary Color

#dbd446 #464ddb

#dbd446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd446 Color CSS Codes

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

#dbd446 Text Font Color

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

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


#dbd446 Background Color

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

This div background color is #dbd446


#dbd446 Border Color

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

This div border color is #dbd446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd446


Comments

No comments written yet.

Please login to write comment.