#D5D154

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

Shades of Manz #D5D154

Tints of Manz #D5D154

Color information

#D5D154 (or 0xD5D154) is unknown color: approx Manz. HEX triplet: D5, D1 and 54. RGB value is (213,209,84). Sum of RGB (Red+Green+Blue) = 213+209+84=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D154 is #2A2EAB. Grayscale: #C4C4C4. Windows color (decimal): -2764460 or 5558741. OLE color: 5558741.

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

Color convert

RGB21320984-
CMYK00.020.610.16
HSL58.14º60.56%58.24%-
HSV(B)58.14º60.56%83.53%-
XYZ51.8460.3917.31-
YUV195.9564.83140.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 84 (33.20% from 255) = 16.60%
R=42.09%
G=41.30%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132098400.020.610.1658.1460.5658.24
HexD5D154023D103a3d3a
Octal325321124027520727572
Binary1101010111010001101010001011110110000111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D154; }

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

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

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

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

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

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

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

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