Html Css Color HEX #DED55E Manz

📋 copy color: '#DED55E'

red 222 ◦ green 213 ◦ blue 94

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

Shades of Manz #DED55E

Tints of Manz #DED55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.77%

R = 41.97%
G = 40.26%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DED55E (or 0xDED55E) is known color: Manz. HEX triplet: DE, D5 and 5E. RGB value is (222,213,94). Sum of RGB (Red+Green+Blue) = 222+213+94=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DED55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED55E is #212AA1. Grayscale: #CACACA. Windows color (decimal): -2173602 or 6215134. OLE color: 6215134.

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

Color convert

RGB 222 213 94 -
CMYK 0 0.04 0.58 0.13
HSL 55.78º 0.66% 0.62% -
HSV(B) 55.78º 0.58% 0.87% -
XYZ 55.94 63.93 19.98 -
YUV 202.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 222 213 94 0 0.04 0.58 0.13 55.78 0.66 0.62
Hex DE D5 5E 0 4 3A D 38 42 3E
Octal 336 325 136 0 4 72 15 70 102 76
Binary 11011110 11010101 1011110 0 100 111010 1101 111000 1000010 111110

Color Harmonies of #DED55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED55E

Black with #DED55E

Text Example


Text Example

White with #DED55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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