#d2ce5b

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

Shades of Manz #D2CE5B

Tints of Manz #D2CE5B

Color information

#D2CE5B (or 0xD2CE5B) is unknown color: approx Manz. HEX triplet: D2, CE and 5B. RGB value is (210,206,91). Sum of RGB (Red+Green+Blue) = 210+206+91=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE5B is #2D31A4. Grayscale: #C2C2C2. Windows color (decimal): -2961829 or 6016722. OLE color: 6016722.

HSL color Cylindrical-coordinate representation of color #D2CE5B: hue angle of 57.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2CE5B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB21020691-
CMYK00.020.570.18
HSL57.98º56.94%59.02%-
HSV(B)57.98º56.67%82.35%-
XYZ50.5458.618.54-
YUV194.0969.83139.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 91 (35.94% from 255) = 17.95%
R=41.42%
G=40.63%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102069100.020.570.1857.9856.9459.02
HexD2CE5B0239123a393b
Octal322316133027122727173
Binary1101001011001110101101101011100110010111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ce5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ce5b; }

 p { color: rgb(210,206,91); }

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

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

 a { background-color: rgb(210,206,91); }

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

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

 span { border-color: rgb(210,206,91); }

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