#D9CD5F

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

Shades of Manz #D9CD5F

Tints of Manz #D9CD5F

Color information

#D9CD5F (or 0xD9CD5F) is unknown color: approx Manz. HEX triplet: D9, CD and 5F. RGB value is (217,205,95). Sum of RGB (Red+Green+Blue) = 217+205+95=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD5F is #2632A0. Grayscale: #C4C4C4. Windows color (decimal): -2503329 or 6278617. OLE color: 6278617.

HSL color Cylindrical-coordinate representation of color #D9CD5F: hue angle of 54.1º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9CD5F is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21720595-
CMYK00.060.560.15
HSL54.1º61.62%61.18%-
HSV(B)54.1º56.22%85.1%-
XYZ52.5159.2419.49-
YUV196.0570.98142.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=41.97%
G=39.65%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172059500.060.560.1554.161.6261.18
HexD9CD5F0638F363e3d
Octal331315137067017667675
Binary1101100111001101101111101101110001111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CD5F; }

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

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

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

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

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

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

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

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