#D9CD58

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

Shades of Manz #D9CD58

Tints of Manz #D9CD58

Color information

#D9CD58 (or 0xD9CD58) is unknown color: approx Manz. HEX triplet: D9, CD and 58. RGB value is (217,205,88). Sum of RGB (Red+Green+Blue) = 217+205+88=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD58 is #2632A7. Grayscale: #C3C3C3. Windows color (decimal): -2503336 or 5819865. OLE color: 5819865.

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

Color convert

RGB21720588-
CMYK00.060.590.15
HSL54.42º62.93%59.8%-
HSV(B)54.42º59.45%85.1%-
XYZ52.2159.1217.89-
YUV195.2567.48143.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 88 (34.77% from 255) = 17.25%
R=42.55%
G=40.20%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172058800.060.590.1554.4262.9359.8
HexD9CD58063BF363f3c
Octal331315130067317667774
Binary1101100111001101101100001101110111111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CD58; }

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

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

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

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

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

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

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

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