#D5CD5B

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

Shades of Manz #D5CD5B

Tints of Manz #D5CD5B

Color information

#D5CD5B (or 0xD5CD5B) is unknown color: approx Manz. HEX triplet: D5, CD and 5B. RGB value is (213,205,91). Sum of RGB (Red+Green+Blue) = 213+205+91=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD5B is #2A32A4. Grayscale: #C2C2C2. Windows color (decimal): -2765477 or 6016469. OLE color: 6016469.

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

Color convert

RGB21320591-
CMYK00.040.570.16
HSL56.07º59.22%59.61%-
HSV(B)56.07º57.28%83.53%-
XYZ51.1658.5618.51-
YUV194.469.65141.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=41.85%
G=40.28%
B=17.88%

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
Decimal2132059100.040.570.1656.0759.2259.61
HexD5CD5B043910383b3c
Octal325315133047120707374
Binary11010101110011011011011010011100110000111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD5B; }

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

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

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

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

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

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

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

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