#D4CE5C

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

Shades of Manz #D4CE5C

Tints of Manz #D4CE5C

Color information

#D4CE5C (or 0xD4CE5C) is unknown color: approx Manz. HEX triplet: D4, CE and 5C. RGB value is (212,206,92). Sum of RGB (Red+Green+Blue) = 212+206+92=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE5C is #2B31A3. Grayscale: #C3C3C3. Windows color (decimal): -2830756 or 6082260. OLE color: 6082260.

HSL color Cylindrical-coordinate representation of color #D4CE5C: hue angle of 57º 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 #D4CE5C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21220692-
CMYK00.030.570.17
HSL57º58.25%59.61%-
HSV(B)57º56.6%83.14%-
XYZ51.1558.9118.8-
YUV194.869.99140.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=41.57%
G=40.39%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122069200.030.570.175758.2559.61
HexD4CE5C033911393a3c
Octal324316134037121717274
Binary1101010011001110101110001111100110001111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE5C; }

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

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

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

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

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

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

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

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