Html Css Color HEX #DED960 Manz

📋 copy color: '#DED960'

red 222 ◦ green 217 ◦ blue 96

#DED960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DED960

Tints of Manz #DED960

RGB

 RED value IS 222 (87.11% from 255) = 41.5%

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 96 (37.89% from 255) = 17.94%

R = 41.5%
G = 40.56%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DED960 (or 0xDED960) is known color: Manz. HEX triplet: DE, D9 and 60. RGB value is (222,217,96). Sum of RGB (Red+Green+Blue) = 222+217+96=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DED960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED960 is #21269F. Grayscale: #CDCDCD. Windows color (decimal): -2172576 or 6347230. OLE color: 6347230.

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

Color convert

RGB 222 217 96 -
CMYK 0 0.02 0.57 0.13
HSL 57.62º 0.66% 0.62% -
HSV(B) 57.62º 0.57% 0.87% -
XYZ 57.05 66 20.8 -
YUV 204.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 222 217 96 0 0.02 0.57 0.13 57.62 0.66 0.62
Hex DE D9 60 0 2 39 D 3A 42 3E
Octal 336 331 140 0 2 71 15 72 102 76
Binary 11011110 11011001 1100000 0 10 111001 1101 111010 1000010 111110

Color Harmonies of #DED960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED960

Black with #DED960

Text Example


Text Example

White with #DED960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED960; }

 p { color: rgb(222,217,96); }

 H1.HeaderClassName
 {
   color: #DED960;
 }
 .AnyTagClassName
 {
   color: #DED960;
 }
</style>

background-color css

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

 a { background-color: rgb(222,217,96); }

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

border-color css

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

 span { border-color: rgb(222,217,96); }

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