#D5CC5B

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

Shades of Manz #D5CC5B

Tints of Manz #D5CC5B

Color information

#D5CC5B (or 0xD5CC5B) is unknown color: approx Manz. HEX triplet: D5, CC and 5B. RGB value is (213,204,91). Sum of RGB (Red+Green+Blue) = 213+204+91=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC5B is #2A33A4. Grayscale: #C2C2C2. Windows color (decimal): -2765733 or 6016213. OLE color: 6016213.

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

Color convert

RGB21320491-
CMYK00.040.570.16
HSL55.57º59.22%59.61%-
HSV(B)55.57º57.28%83.53%-
XYZ50.9258.0918.43-
YUV193.8169.98141.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=41.93%
G=40.16%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132049100.040.570.1655.5759.2259.61
HexD5CC5B043910383b3c
Octal325314133047120707374
Binary11010101110011001011011010011100110000111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC5B; }

 p { color: rgb(213,204,91); }

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

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

 a { background-color: rgb(213,204,91); }

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

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

 span { border-color: rgb(213,204,91); }

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