#D4CD5F

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

Shades of Manz #D4CD5F

Tints of Manz #D4CD5F

Color information

#D4CD5F (or 0xD4CD5F) is unknown color: approx Manz. HEX triplet: D4, CD and 5F. RGB value is (212,205,95). Sum of RGB (Red+Green+Blue) = 212+205+95=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD5F is #2B32A0. Grayscale: #C2C2C2. Windows color (decimal): -2831009 or 6278612. OLE color: 6278612.

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

Color convert

RGB21220595-
CMYK00.030.550.17
HSL56.41º57.64%60.2%-
HSV(B)56.41º55.19%83.14%-
XYZ51.0558.4919.42-
YUV194.5571.82140.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=41.41%
G=40.04%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122059500.030.550.1756.4157.6460.2
HexD4CD5F033711383a3c
Octal324315137036721707274
Binary1101010011001101101111101111011110001111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD5F; }

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

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

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

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

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

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

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

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