Html Css Color HEX #DED560 Manz

📋 copy color: '#DED560'

red 222 ◦ green 213 ◦ blue 96

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

Shades of Manz #DED560

Tints of Manz #DED560

RGB

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

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

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

R = 41.81%
G = 40.11%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DED560 (or 0xDED560) is known color: Manz. HEX triplet: DE, D5 and 60. RGB value is (222,213,96). Sum of RGB (Red+Green+Blue) = 222+213+96=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DED560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED560 is #212A9F. Grayscale: #CACACA. Windows color (decimal): -2173600 or 6346206. OLE color: 6346206.

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

Color convert

RGB 222 213 96 -
CMYK 0 0.04 0.57 0.13
HSL 55.71º 0.66% 0.62% -
HSV(B) 55.71º 0.57% 0.87% -
XYZ 56.03 63.96 20.46 -
YUV 202.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 222 213 96 0 0.04 0.57 0.13 55.71 0.66 0.62
Hex DE D5 60 0 4 39 D 38 42 3E
Octal 336 325 140 0 4 71 15 70 102 76
Binary 11011110 11010101 1100000 0 100 111001 1101 111000 1000010 111110

Color Harmonies of #DED560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED560

Black with #DED560

Text Example


Text Example

White with #DED560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED560; }

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

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

background-color css

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

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

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

border-color css

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

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

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