#D4CF5C

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

Shades of Manz #D4CF5C

Tints of Manz #D4CF5C

Color information

#D4CF5C (or 0xD4CF5C) is unknown color: approx Manz. HEX triplet: D4, CF and 5C. RGB value is (212,207,92). Sum of RGB (Red+Green+Blue) = 212+207+92=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF5C is #2B30A3. Grayscale: #C3C3C3. Windows color (decimal): -2830500 or 6082516. OLE color: 6082516.

HSL color Cylindrical-coordinate representation of color #D4CF5C: hue angle of 57.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4CF5C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21220792-
CMYK00.020.570.17
HSL57.5º58.25%59.61%-
HSV(B)57.5º56.6%83.14%-
XYZ51.459.418.88-
YUV195.3869.66139.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 207 (81.25% from 255) = 40.51%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=41.49%
G=40.51%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122079200.020.570.1757.558.2559.61
HexD4CF5C0239113a3a3c
Octal324317134027121727274
Binary1101010011001111101110001011100110001111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF5C; }

 p { color: rgb(212,207,92); }

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

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

 a { background-color: rgb(212,207,92); }

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

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

 span { border-color: rgb(212,207,92); }

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