#D5CF56

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

Shades of Manz #D5CF56

Tints of Manz #D5CF56

Color information

#D5CF56 (or 0xD5CF56) is unknown color: approx Manz. HEX triplet: D5, CF and 56. RGB value is (213,207,86). Sum of RGB (Red+Green+Blue) = 213+207+86=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF56 is #2A30A9. Grayscale: #C3C3C3. Windows color (decimal): -2764970 or 5689301. OLE color: 5689301.

HSL color Cylindrical-coordinate representation of color #D5CF56: hue angle of 57.17º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5CF56 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21320786-
CMYK00.030.600.16
HSL57.17º60.19%58.63%-
HSV(B)57.17º59.62%83.53%-
XYZ51.4359.4417.57-
YUV19566.49140.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 86 (33.98% from 255) = 17.00%
R=42.09%
G=40.91%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132078600.030.600.1657.1760.1958.63
HexD5CF56033C10393c3b
Octal325317126037420717473
Binary1101010111001111101011001111110010000111001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF56; }

 p { color: rgb(213,207,86); }

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

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

 a { background-color: rgb(213,207,86); }

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

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

 span { border-color: rgb(213,207,86); }

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