#D9CE5A

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

Shades of Manz #D9CE5A

Tints of Manz #D9CE5A

Color information

#D9CE5A (or 0xD9CE5A) is unknown color: approx Manz. HEX triplet: D9, CE and 5A. RGB value is (217,206,90). Sum of RGB (Red+Green+Blue) = 217+206+90=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE5A is #2631A5. Grayscale: #C4C4C4. Windows color (decimal): -2503078 or 5951193. OLE color: 5951193.

HSL color Cylindrical-coordinate representation of color #D9CE5A: hue angle of 54.8º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9CE5A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21720690-
CMYK00.050.590.15
HSL54.8º62.56%60.2%-
HSV(B)54.8º58.53%85.1%-
XYZ52.5359.6318.41-
YUV196.0668.14142.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=42.30%
G=40.16%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172069000.050.590.1554.862.5660.2
HexD9CE5A053BF373f3c
Octal331316132057317677774
Binary1101100111001110101101001011110111111110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE5A; }

 p { color: rgb(217,206,90); }

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

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

 a { background-color: rgb(217,206,90); }

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

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

 span { border-color: rgb(217,206,90); }

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