Html Css Color HEX #DED959 Manz

📋 copy color: '#DED959'

red 222 ◦ green 217 ◦ blue 89

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

Shades of Manz #DED959

Tints of Manz #DED959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.86%

R = 42.05%
G = 41.1%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DED959 (or 0xDED959) is known color: Manz. HEX triplet: DE, D9 and 59. RGB value is (222,217,89). Sum of RGB (Red+Green+Blue) = 222+217+89=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DED959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED959 is #2126A6. Grayscale: #CCCCCC. Windows color (decimal): -2172583 or 5888478. OLE color: 5888478.

HSL color Cylindrical-coordinate representation of color #DED959: hue angle of 57.74º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DED959 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 89 -
CMYK 0 0.02 0.60 0.13
HSL 57.74º 0.67% 0.61% -
HSV(B) 57.74º 0.6% 0.87% -
XYZ 56.74 65.88 19.18 -
YUV 203.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 222 217 89 0 0.02 0.60 0.13 57.74 0.67 0.61
Hex DE D9 59 0 2 3C D 3A 43 3D
Octal 336 331 131 0 2 74 15 72 103 75
Binary 11011110 11011001 1011001 0 10 111100 1101 111010 1000011 111101

Color Harmonies of #DED959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED959

Black with #DED959

Text Example


Text Example

White with #DED959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED959; }

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

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

background-color css

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

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

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

border-color css

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

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

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