#D6D65B

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

Shades of Manz #D6D65B

Tints of Manz #D6D65B

Color information

#D6D65B (or 0xD6D65B) is unknown color: approx Manz. HEX triplet: D6, D6 and 5B. RGB value is (214,214,91). Sum of RGB (Red+Green+Blue) = 214+214+91=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D65B is #2929A4. Grayscale: #C8C8C8. Windows color (decimal): -2697637 or 6018774. OLE color: 6018774.

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

Color convert

RGB21421491-
CMYK000.570.16
HSL60º60%59.8%-
HSV(B)60º57.48%83.92%-
XYZ53.6763.1419.26-
YUV199.9866.5138-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 91 (35.94% from 255) = 17.53%
R=41.23%
G=41.23%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421491000.570.16606059.8
HexD6D65B0039103c3c3c
Octal326326133007120747474
Binary110101101101011010110110011100110000111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D65B; }

 p { color: rgb(214,214,91); }

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

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

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

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

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

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

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