Html Css Color HEX #DED559 Manz

📋 copy color: '#DED559'

red 222 ◦ green 213 ◦ blue 89

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

Shades of Manz #DED559

Tints of Manz #DED559

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.65%

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

R = 42.37%
G = 40.65%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DED559 (or 0xDED559) is known color: Manz. HEX triplet: DE, D5 and 59. RGB value is (222,213,89). Sum of RGB (Red+Green+Blue) = 222+213+89=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED559 is #212AA6. Grayscale: #CACACA. Windows color (decimal): -2173607 or 5887454. OLE color: 5887454.

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

Color convert

RGB 222 213 89 -
CMYK 0 0.04 0.60 0.13
HSL 55.94º 0.67% 0.61% -
HSV(B) 55.94º 0.6% 0.87% -
XYZ 55.72 63.84 18.84 -
YUV 201.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 222 213 89 0 0.04 0.60 0.13 55.94 0.67 0.61
Hex DE D5 59 0 4 3C D 38 43 3D
Octal 336 325 131 0 4 74 15 70 103 75
Binary 11011110 11010101 1011001 0 100 111100 1101 111000 1000011 111101

Color Harmonies of #DED559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED559

Black with #DED559

Text Example


Text Example

White with #DED559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED559; }

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

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

background-color css

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

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

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

border-color css

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

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

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