Html Css Color HEX #DEDD20 Golden Fizz

📋 copy color: '#DEDD20'

red 222 ◦ green 221 ◦ blue 32

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

Shades of Golden Fizz #DEDD20

Tints of Golden Fizz #DEDD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.74%

R = 46.74%
G = 46.53%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEDD20 (or 0xDEDD20) is known color: Golden Fizz. HEX triplet: DE, DD and 20. RGB value is (222,221,32). Sum of RGB (Red+Green+Blue) = 222+221+32=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD20 is #2122DF. Grayscale: #C8C8C8. Windows color (decimal): -2171616 or 2153950. OLE color: 2153950.

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

Color convert

RGB 222 221 32 -
CMYK 0 0.00 0.86 0.13
HSL 59.68º 0.75% 0.5% -
HSV(B) 59.68º 0.86% 0.87% -
XYZ 56.24 67.35 11.4 -
YUV 199.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 222 221 32 0 0.00 0.86 0.13 59.68 0.75 0.5
Hex DE DD 20 0 0 56 D 3C 4B 32
Octal 336 335 40 0 0 126 15 74 113 62
Binary 11011110 11011101 100000 0 0 1010110 1101 111100 1001011 110010

Color Harmonies of #DEDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD20

Black with #DEDD20

Text Example


Text Example

White with #DEDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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