Html Css Color HEX #DED55D Manz

📋 copy color: '#DED55D'

red 222 ◦ green 213 ◦ blue 93

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

Shades of Manz #DED55D

Tints of Manz #DED55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 42.05%
G = 40.34%
B = 17.61%

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

#DED55D (or 0xDED55D) is known color: Manz. HEX triplet: DE, D5 and 5D. RGB value is (222,213,93). Sum of RGB (Red+Green+Blue) = 222+213+93=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DED55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED55D is #212AA2. Grayscale: #CACACA. Windows color (decimal): -2173603 or 6149598. OLE color: 6149598.

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

Color convert

RGB 222 213 93 -
CMYK 0 0.04 0.58 0.13
HSL 55.81º 0.66% 0.62% -
HSV(B) 55.81º 0.58% 0.87% -
XYZ 55.89 63.91 19.75 -
YUV 202.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 222 213 93 0 0.04 0.58 0.13 55.81 0.66 0.62
Hex DE D5 5D 0 4 3A D 38 42 3E
Octal 336 325 135 0 4 72 15 70 102 76
Binary 11011110 11010101 1011101 0 100 111010 1101 111000 1000010 111110

Color Harmonies of #DED55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED55D

Black with #DED55D

Text Example


Text Example

White with #DED55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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