#D1D65C

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

Shades of Manz #D1D65C

Tints of Manz #D1D65C

Color information

#D1D65C (or 0xD1D65C) is unknown color: approx Manz. HEX triplet: D1, D6 and 5C. RGB value is (209,214,92). Sum of RGB (Red+Green+Blue) = 209+214+92=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D65C is #2E29A3. Grayscale: #C7C7C7. Windows color (decimal): -3025316 or 6084305. OLE color: 6084305.

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

Color convert

RGB20921492-
CMYK0.0200.570.16
HSL62.46º59.8%60%-
HSV(B)62.46º57.01%83.92%-
XYZ52.2762.4219.42-
YUV198.667.84135.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 214 (83.98% from 255) = 41.55%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=40.58%
G=41.55%
B=17.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209214920.0200.570.1662.4659.860
HexD1D65C2039103e3c3c
Octal321326134207120767474
Binary1101000111010110101110010011100110000111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D65C; }

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

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

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

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

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

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

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

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