Html Css Color HEX #DED550 Manz

📋 copy color: '#DED550'

red 222 ◦ green 213 ◦ blue 80

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

Shades of Manz #DED550

Tints of Manz #DED550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 43.11%
G = 41.36%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DED550 (or 0xDED550) is known color: Manz. HEX triplet: DE, D5 and 50. RGB value is (222,213,80). Sum of RGB (Red+Green+Blue) = 222+213+80=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DED550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED550 is #212AAF. Grayscale: #C9C9C9. Windows color (decimal): -2173616 or 5297630. OLE color: 5297630.

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

Color convert

RGB 222 213 80 -
CMYK 0 0.04 0.64 0.13
HSL 56.2º 0.68% 0.59% -
HSV(B) 56.2º 0.64% 0.87% -
XYZ 55.37 63.7 16.97 -
YUV 200.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 222 213 80 0 0.04 0.64 0.13 56.2 0.68 0.59
Hex DE D5 50 0 4 40 D 38 44 3B
Octal 336 325 120 0 4 100 15 70 104 73
Binary 11011110 11010101 1010000 0 100 1000000 1101 111000 1000100 111011

Color Harmonies of #DED550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED550

Black with #DED550

Text Example


Text Example

White with #DED550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED550; }

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

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

background-color css

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

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

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

border-color css

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

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

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