Html Css Color HEX #DEDD49 Manz

📋 copy color: '#DEDD49'

red 222 ◦ green 221 ◦ blue 73

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

Shades of Manz #DEDD49

Tints of Manz #DEDD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.15%

R = 43.02%
G = 42.83%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEDD49 (or 0xDEDD49) is known color: Manz. HEX triplet: DE, DD and 49. RGB value is (222,221,73). Sum of RGB (Red+Green+Blue) = 222+221+73=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD49 is #2122B6. Grayscale: #CDCDCD. Windows color (decimal): -2171575 or 4840926. OLE color: 4840926.

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

Color convert

RGB 222 221 73 -
CMYK 0 0.00 0.67 0.13
HSL 59.6º 0.69% 0.58% -
HSV(B) 59.6º 0.67% 0.87% -
XYZ 57.18 67.72 16.36 -
YUV 204.43 53.83 140.53 -
System Red Green Blue C M Y K H S L
Decimal 222 221 73 0 0.00 0.67 0.13 59.6 0.69 0.58
Hex DE DD 49 0 0 43 D 3C 45 3A
Octal 336 335 111 0 0 103 15 74 105 72
Binary 11011110 11011101 1001001 0 0 1000011 1101 111100 1000101 111010

Color Harmonies of #DEDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD49

Black with #DEDD49

Text Example


Text Example

White with #DEDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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