#D8D65E

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

Shades of Manz #D8D65E

Tints of Manz #D8D65E

Color information

#D8D65E (or 0xD8D65E) is unknown color: approx Manz. HEX triplet: D8, D6 and 5E. RGB value is (216,214,94). Sum of RGB (Red+Green+Blue) = 216+214+94=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D65E is #2729A1. Grayscale: #C9C9C9. Windows color (decimal): -2566562 or 6215384. OLE color: 6215384.

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

Color convert

RGB21621494-
CMYK00.010.560.15
HSL59.02º61%60.78%-
HSV(B)59.02º56.48%84.71%-
XYZ54.3963.519.98-
YUV200.9267.66138.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 94 (37.11% from 255) = 17.94%
R=41.22%
G=40.84%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162149400.010.560.1559.026160.78
HexD8D65E0138F3b3d3d
Octal330326136017017737575
Binary11011000110101101011110011110001111111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D65E; }

 p { color: rgb(216,214,94); }

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

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

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

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

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

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

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