#D9CD5E

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

Shades of Manz #D9CD5E

Tints of Manz #D9CD5E

Color information

#D9CD5E (or 0xD9CD5E) is unknown color: approx Manz. HEX triplet: D9, CD and 5E. RGB value is (217,205,94). Sum of RGB (Red+Green+Blue) = 217+205+94=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD5E is #2632A1. Grayscale: #C4C4C4. Windows color (decimal): -2503330 or 6213081. OLE color: 6213081.

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

Color convert

RGB21720594-
CMYK00.060.570.15
HSL54.15º61.81%60.98%-
HSV(B)54.15º56.68%85.1%-
XYZ52.4759.2219.26-
YUV195.9370.48143.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 94 (37.11% from 255) = 18.22%
R=42.05%
G=39.73%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172059400.060.570.1554.1561.8160.98
HexD9CD5E0639F363e3d
Octal331315136067117667675
Binary1101100111001101101111001101110011111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CD5E; }

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

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

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

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

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

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

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

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