Html Css Color HEX #DEDD50 Manz

📋 copy color: '#DEDD50'

red 222 ◦ green 221 ◦ blue 80

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

Shades of Manz #DEDD50

Tints of Manz #DEDD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 42.45%
G = 42.26%
B = 15.3%

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

#DEDD50 (or 0xDEDD50) is known color: Manz. HEX triplet: DE, DD and 50. RGB value is (222,221,80). Sum of RGB (Red+Green+Blue) = 222+221+80=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD50 is #2122AF. Grayscale: #CDCDCD. Windows color (decimal): -2171568 or 5299678. OLE color: 5299678.

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

Color convert

RGB 222 221 80 -
CMYK 0 0.00 0.64 0.13
HSL 59.58º 0.68% 0.59% -
HSV(B) 59.58º 0.64% 0.87% -
XYZ 57.43 67.82 17.65 -
YUV 205.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 222 221 80 0 0.00 0.64 0.13 59.58 0.68 0.59
Hex DE DD 50 0 0 40 D 3C 44 3B
Octal 336 335 120 0 0 100 15 74 104 73
Binary 11011110 11011101 1010000 0 0 1000000 1101 111100 1000100 111011

Color Harmonies of #DEDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD50

Black with #DEDD50

Text Example


Text Example

White with #DEDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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