#DBD74E

Color #DBD74E Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DBD74E

Tints of Manz #DBD74E

Color information

#DBD74E (or 0xDBD74E) is unknown color: approx Manz. HEX triplet: DB, D7 and 4E. RGB value is (219,215,78). Sum of RGB (Red+Green+Blue) = 219+215+78=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD74E is #2428B1. Grayscale: #C9C9C9. Windows color (decimal): -2369714 or 5167067. OLE color: 5167067.

HSL color Cylindrical-coordinate representation of color #DBD74E: hue angle of 58.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBD74E is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB21921578-
CMYK00.020.640.14
HSL58.3º66.2%58.24%-
HSV(B)58.3º64.38%85.88%-
XYZ54.8964.2116.71-
YUV200.5858.83141.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 78 (30.86% from 255) = 15.23%
R=42.77%
G=41.99%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192157800.020.640.1458.366.258.24
HexDBD74E0240E3a423a
Octal33332711602100167210272
Binary11011011110101111001110010100000011101110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD74E; }

 p { color: rgb(219,215,78); }

 H1.HeaderClassName
 {
   color: #DBD74E;
 }
 .AnyTagClassName
 {
   color: #DBD74E;
 }
</style>
background-color css

<style>
 a { background-color: #DBD74E; }

 a { background-color: rgb(219,215,78); }

 div.DivClassName
 {
   background-color: #DBD74E;
 }
 .BgClassName
 {
   background-color: #DBD74E;
 }
</style>
border-color css

<style>
 span { border-color: #DBD74E; }

 span { border-color: rgb(219,215,78); }

 td.TdClassName
 {
   border-color: #DBD74E;
 }
 .TagClassName
 {
   border-color: #DBD74E;
 }
</style>