Html Css Color HEX #DED059 Manz

📋 copy color: '#DED059'

red 222 ◦ green 208 ◦ blue 89

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

Shades of Manz #DED059

Tints of Manz #DED059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

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

R = 42.77%
G = 40.08%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DED059 (or 0xDED059) is known color: Manz. HEX triplet: DE, D0 and 59. RGB value is (222,208,89). Sum of RGB (Red+Green+Blue) = 222+208+89=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED059 is #212FA6. Grayscale: #C7C7C7. Windows color (decimal): -2174887 or 5886174. OLE color: 5886174.

HSL color Cylindrical-coordinate representation of color #DED059: hue angle of 53.68º 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 #DED059 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 89 -
CMYK 0 0.06 0.60 0.13
HSL 53.68º 0.67% 0.61% -
HSV(B) 53.68º 0.6% 0.87% -
XYZ 54.48 61.36 18.42 -
YUV 198.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 222 208 89 0 0.06 0.60 0.13 53.68 0.67 0.61
Hex DE D0 59 0 6 3C D 36 43 3D
Octal 336 320 131 0 6 74 15 66 103 75
Binary 11011110 11010000 1011001 0 110 111100 1101 110110 1000011 111101

Color Harmonies of #DED059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED059

Black with #DED059

Text Example


Text Example

White with #DED059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED059; }

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

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

background-color css

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

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

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

border-color css

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

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

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