#D6D553

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

Shades of Manz #D6D553

Tints of Manz #D6D553

Color information

#D6D553 (or 0xD6D553) is unknown color: approx Manz. HEX triplet: D6, D5 and 53. RGB value is (214,213,83). Sum of RGB (Red+Green+Blue) = 214+213+83=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D553 is #292AAC. Grayscale: #C7C7C7. Windows color (decimal): -2697901 or 5494230. OLE color: 5494230.

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

Color convert

RGB21421383-
CMYK00.000.610.16
HSL59.54º61.5%58.24%-
HSV(B)59.54º61.21%83.92%-
XYZ53.0962.5117.45-
YUV198.4862.83139.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 83 (32.81% from 255) = 16.27%
R=41.96%
G=41.76%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142138300.000.610.1659.5461.558.24
HexD6D553003D103c3e3a
Octal326325123007520747672
Binary110101101101010110100110011110110000111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D553; }

 p { color: rgb(214,213,83); }

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

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

 a { background-color: rgb(214,213,83); }

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

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

 span { border-color: rgb(214,213,83); }

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