Html Css Color HEX #DED561 Manz

📋 copy color: '#DED561'

red 222 ◦ green 213 ◦ blue 97

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

Shades of Manz #DED561

Tints of Manz #DED561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 41.73%
G = 40.04%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DED561 (or 0xDED561) is known color: Manz. HEX triplet: DE, D5 and 61. RGB value is (222,213,97). Sum of RGB (Red+Green+Blue) = 222+213+97=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DED561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED561 is #212A9E. Grayscale: #CACACA. Windows color (decimal): -2173599 or 6411742. OLE color: 6411742.

HSL color Cylindrical-coordinate representation of color #DED561: hue angle of 55.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DED561 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 97 -
CMYK 0 0.04 0.56 0.13
HSL 55.68º 0.65% 0.63% -
HSV(B) 55.68º 0.56% 0.87% -
XYZ 56.08 63.98 20.7 -
YUV 202.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 222 213 97 0 0.04 0.56 0.13 55.68 0.65 0.63
Hex DE D5 61 0 4 38 D 38 41 3F
Octal 336 325 141 0 4 70 15 70 101 77
Binary 11011110 11010101 1100001 0 100 111000 1101 111000 1000001 111111

Color Harmonies of #DED561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED561

Black with #DED561

Text Example


Text Example

White with #DED561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED561; }

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

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

background-color css

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

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

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

border-color css

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

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

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