#D6D65C

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

Shades of Manz #D6D65C

Tints of Manz #D6D65C

Color information

#D6D65C (or 0xD6D65C) is unknown color: approx Manz. HEX triplet: D6, D6 and 5C. RGB value is (214,214,92). Sum of RGB (Red+Green+Blue) = 214+214+92=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D65C is #2929A3. Grayscale: #C8C8C8. Windows color (decimal): -2697636 or 6084310. OLE color: 6084310.

HSL color Cylindrical-coordinate representation of color #D6D65C: 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 #D6D65C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21421492-
CMYK000.570.16
HSL60º59.8%60%-
HSV(B)60º57.01%83.92%-
XYZ53.7163.1619.49-
YUV200.0967137.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 92 (36.33% from 255) = 17.69%
R=41.15%
G=41.15%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421492000.570.166059.860
HexD6D65C0039103c3c3c
Octal326326134007120747474
Binary110101101101011010111000011100110000111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D65C; }

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

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

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

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

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

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

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

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