Html Css Color HEX #DEDD22 Golden Fizz

📋 copy color: '#DEDD22'

red 222 ◦ green 221 ◦ blue 34

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

Shades of Golden Fizz #DEDD22

Tints of Golden Fizz #DEDD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.13%

R = 46.54%
G = 46.33%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEDD22 (or 0xDEDD22) is known color: Golden Fizz. HEX triplet: DE, DD and 22. RGB value is (222,221,34). Sum of RGB (Red+Green+Blue) = 222+221+34=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD22 is #2122DD. Grayscale: #C8C8C8. Windows color (decimal): -2171614 or 2285022. OLE color: 2285022.

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

Color convert

RGB 222 221 34 -
CMYK 0 0.00 0.85 0.13
HSL 59.68º 0.74% 0.5% -
HSV(B) 59.68º 0.85% 0.87% -
XYZ 56.27 67.36 11.55 -
YUV 199.98 34.33 143.71 -
System Red Green Blue C M Y K H S L
Decimal 222 221 34 0 0.00 0.85 0.13 59.68 0.74 0.5
Hex DE DD 22 0 0 55 D 3C 4A 32
Octal 336 335 42 0 0 125 15 74 112 62
Binary 11011110 11011101 100010 0 0 1010101 1101 111100 1001010 110010

Color Harmonies of #DEDD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD22

Black with #DEDD22

Text Example


Text Example

White with #DEDD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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