#D6D255

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

Shades of Manz #D6D255

Tints of Manz #D6D255

Color information

#D6D255 (or 0xD6D255) is unknown color: approx Manz. HEX triplet: D6, D2 and 55. RGB value is (214,210,85). Sum of RGB (Red+Green+Blue) = 214+210+85=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D255 is #292DAA. Grayscale: #C5C5C5. Windows color (decimal): -2698667 or 5624534. OLE color: 5624534.

HSL color Cylindrical-coordinate representation of color #D6D255: hue angle of 58.14º degrees, saturation: 0.61, 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 #D6D255 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21421085-
CMYK00.020.600.16
HSL58.14º61.14%58.63%-
HSV(B)58.14º60.28%83.92%-
XYZ52.4261.0517.61-
YUV196.9564.83140.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 85 (33.59% from 255) = 16.70%
R=42.04%
G=41.26%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142108500.020.600.1658.1461.1458.63
HexD6D255023C103a3d3b
Octal326322125027420727573
Binary1101011011010010101010101011110010000111010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D255; }

 p { color: rgb(214,210,85); }

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

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

 a { background-color: rgb(214,210,85); }

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

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

 span { border-color: rgb(214,210,85); }

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