Html Css Color HEX #DEDD60 Manz

📋 copy color: '#DEDD60'

red 222 ◦ green 221 ◦ blue 96

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

Shades of Manz #DEDD60

Tints of Manz #DEDD60

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

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

R = 41.19%
G = 41%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEDD60 (or 0xDEDD60) is known color: Manz. HEX triplet: DE, DD and 60. RGB value is (222,221,96). Sum of RGB (Red+Green+Blue) = 222+221+96=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD60 is #21229F. Grayscale: #CFCFCF. Windows color (decimal): -2171552 or 6348254. OLE color: 6348254.

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

Color convert

RGB 222 221 96 -
CMYK 0 0.00 0.57 0.13
HSL 59.52º 0.66% 0.62% -
HSV(B) 59.52º 0.57% 0.87% -
XYZ 58.09 68.09 21.15 -
YUV 207.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 222 221 96 0 0.00 0.57 0.13 59.52 0.66 0.62
Hex DE DD 60 0 0 39 D 3C 42 3E
Octal 336 335 140 0 0 71 15 74 102 76
Binary 11011110 11011101 1100000 0 0 111001 1101 111100 1000010 111110

Color Harmonies of #DEDD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD60

Black with #DEDD60

Text Example


Text Example

White with #DEDD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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