#D9CF58

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

Shades of Manz #D9CF58

Tints of Manz #D9CF58

Color information

#D9CF58 (or 0xD9CF58) is unknown color: approx Manz. HEX triplet: D9, CF and 58. RGB value is (217,207,88). Sum of RGB (Red+Green+Blue) = 217+207+88=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF58 is #2630A7. Grayscale: #C4C4C4. Windows color (decimal): -2502824 or 5820377. OLE color: 5820377.

HSL color Cylindrical-coordinate representation of color #D9CF58: hue angle of 55.35º 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 #D9CF58 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21720788-
CMYK00.050.590.15
HSL55.35º62.93%59.8%-
HSV(B)55.35º59.45%85.1%-
XYZ52.6960.0818.05-
YUV196.4266.81142.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 88 (34.77% from 255) = 17.19%
R=42.38%
G=40.43%
B=17.19%

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
Decimal2172078800.050.590.1555.3562.9359.8
HexD9CF58053BF373f3c
Octal331317130057317677774
Binary1101100111001111101100001011110111111110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CF58; }

 p { color: rgb(217,207,88); }

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

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

 a { background-color: rgb(217,207,88); }

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

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

 span { border-color: rgb(217,207,88); }

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