Html Css Color HEX #DED551 Manz

📋 copy color: '#DED551'

red 222 ◦ green 213 ◦ blue 81

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

Shades of Manz #DED551

Tints of Manz #DED551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.7%

R = 43.02%
G = 41.28%
B = 15.7%

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

#DED551 (or 0xDED551) is known color: Manz. HEX triplet: DE, D5 and 51. RGB value is (222,213,81). Sum of RGB (Red+Green+Blue) = 222+213+81=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DED551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED551 is #212AAE. Grayscale: #C9C9C9. Windows color (decimal): -2173615 or 5363166. OLE color: 5363166.

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

Color convert

RGB 222 213 81 -
CMYK 0 0.04 0.64 0.13
HSL 56.17º 0.68% 0.59% -
HSV(B) 56.17º 0.64% 0.87% -
XYZ 55.4 63.71 17.16 -
YUV 200.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 222 213 81 0 0.04 0.64 0.13 56.17 0.68 0.59
Hex DE D5 51 0 4 40 D 38 44 3B
Octal 336 325 121 0 4 100 15 70 104 73
Binary 11011110 11010101 1010001 0 100 1000000 1101 111000 1000100 111011

Color Harmonies of #DED551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED551

Black with #DED551

Text Example


Text Example

White with #DED551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED551; }

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

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

background-color css

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

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

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

border-color css

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

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

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