#D8D84B

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

Shades of Manz #D8D84B

Tints of Manz #D8D84B

Color information

#D8D84B (or 0xD8D84B) is unknown color: approx Manz. HEX triplet: D8, D8 and 4B. RGB value is (216,216,75). Sum of RGB (Red+Green+Blue) = 216+216+75=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D84B is #2727B4. Grayscale: #C8C8C8. Windows color (decimal): -2566069 or 4970712. OLE color: 4970712.

HSL color Cylindrical-coordinate representation of color #D8D84B: hue angle of 60º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8D84B is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21621675-
CMYK000.650.15
HSL60º64.38%57.06%-
HSV(B)60º65.28%84.71%-
XYZ54.1464.2216.2-
YUV199.9357.5139.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 75 (29.69% from 255) = 14.79%
R=42.60%
G=42.60%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621675000.650.156064.3857.06
HexD8D84B0041F3c4039
Octal33033011300101177410071
Binary1101100011011000100101100100000111111111001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D84B; }

 p { color: rgb(216,216,75); }

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

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

 a { background-color: rgb(216,216,75); }

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

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

 span { border-color: rgb(216,216,75); }

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