Html Css Color HEX #DEDD51 Manz

📋 copy color: '#DEDD51'

red 222 ◦ green 221 ◦ blue 81

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

Shades of Manz #DEDD51

Tints of Manz #DEDD51

RGB

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

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

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

R = 42.37%
G = 42.18%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEDD51 (or 0xDEDD51) is known color: Manz. HEX triplet: DE, DD and 51. RGB value is (222,221,81). Sum of RGB (Red+Green+Blue) = 222+221+81=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD51 is #2122AE. Grayscale: #CDCDCD. Windows color (decimal): -2171567 or 5365214. OLE color: 5365214.

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

Color convert

RGB 222 221 81 -
CMYK 0 0.00 0.64 0.13
HSL 59.57º 0.68% 0.59% -
HSV(B) 59.57º 0.64% 0.87% -
XYZ 57.47 67.84 17.85 -
YUV 205.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 222 221 81 0 0.00 0.64 0.13 59.57 0.68 0.59
Hex DE DD 51 0 0 40 D 3C 44 3B
Octal 336 335 121 0 0 100 15 74 104 73
Binary 11011110 11011101 1010001 0 0 1000000 1101 111100 1000100 111011

Color Harmonies of #DEDD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD51

Black with #DEDD51

Text Example


Text Example

White with #DEDD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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