#D6D554

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

Shades of Manz #D6D554

Tints of Manz #D6D554

Color information

#D6D554 (or 0xD6D554) is unknown color: approx Manz. HEX triplet: D6, D5 and 54. RGB value is (214,213,84). Sum of RGB (Red+Green+Blue) = 214+213+84=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D554 is #292AAB. Grayscale: #C7C7C7. Windows color (decimal): -2697900 or 5559766. OLE color: 5559766.

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

Color convert

RGB21421384-
CMYK00.000.610.16
HSL59.54º61.32%58.43%-
HSV(B)59.54º60.75%83.92%-
XYZ53.1362.5217.66-
YUV198.5963.33138.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 84 (33.20% from 255) = 16.44%
R=41.88%
G=41.68%
B=16.44%

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
Decimal2142138400.000.610.1659.5461.3258.43
HexD6D554003D103c3d3a
Octal326325124007520747572
Binary110101101101010110101000011110110000111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D554; }

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

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

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

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

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

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

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

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