#DED75C

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

Shades of Manz #DED75C

Tints of Manz #DED75C

Color information

#DED75C (or 0xDED75C) is unknown color: approx Manz. HEX triplet: DE, D7 and 5C. RGB value is (222,215,92). Sum of RGB (Red+Green+Blue) = 222+215+92=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DED75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED75C is #2128A3. Grayscale: #CBCBCB. Windows color (decimal): -2173092 or 6084574. OLE color: 6084574.

HSL color Cylindrical-coordinate representation of color #DED75C: hue angle of 56.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED75C is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22221592-
CMYK00.030.590.13
HSL56.77º66.33%61.57%-
HSV(B)56.77º58.56%87.06%-
XYZ56.3664.919.68-
YUV203.0765.32141.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 215 (84.38% from 255) = 40.64%
BLUE value IS 92 (36.33% from 255) = 17.39%
R=41.97%
G=40.64%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222159200.030.590.1356.7766.3361.57
HexDED75C033BD39423e
Octal3363271340373157110276
Binary1101111011010111101110001111101111011110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED75C; }

 p { color: rgb(222,215,92); }

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

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

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

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

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

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

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