#D5CD5F

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

Shades of Manz #D5CD5F

Tints of Manz #D5CD5F

Color information

#D5CD5F (or 0xD5CD5F) is unknown color: approx Manz. HEX triplet: D5, CD and 5F. RGB value is (213,205,95). Sum of RGB (Red+Green+Blue) = 213+205+95=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD5F is #2A32A0. Grayscale: #C3C3C3. Windows color (decimal): -2765473 or 6278613. OLE color: 6278613.

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

Color convert

RGB21320595-
CMYK00.040.550.16
HSL55.93º58.42%60.39%-
HSV(B)55.93º55.4%83.53%-
XYZ51.3458.6419.44-
YUV194.8571.65140.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 95 (37.5% from 255) = 18.52%
R=41.52%
G=39.96%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132059500.040.550.1655.9358.4260.39
HexD5CD5F043710383a3c
Octal325315137046720707274
Binary11010101110011011011111010011011110000111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD5F; }

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

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

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

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

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

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

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

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