Html Css Color HEX #DEDD21 Golden Fizz

📋 copy color: '#DEDD21'

red 222 ◦ green 221 ◦ blue 33

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

Shades of Golden Fizz #DEDD21

Tints of Golden Fizz #DEDD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.93%

R = 46.64%
G = 46.43%
B = 6.93%

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

#DEDD21 (or 0xDEDD21) is known color: Golden Fizz. HEX triplet: DE, DD and 21. RGB value is (222,221,33). Sum of RGB (Red+Green+Blue) = 222+221+33=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 33 (13.28% from 255 or 6.93% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD21 is #2122DE. Grayscale: #C8C8C8. Windows color (decimal): -2171615 or 2219486. OLE color: 2219486.

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

Color convert

RGB 222 221 33 -
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.26 67.35 11.47 -
YUV 199.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 222 221 33 0 0.00 0.85 0.13 59.68 0.74 0.5
Hex DE DD 21 0 0 55 D 3C 4A 32
Octal 336 335 41 0 0 125 15 74 112 62
Binary 11011110 11011101 100001 0 0 1010101 1101 111100 1001010 110010

Color Harmonies of #DEDD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD21

Black with #DEDD21

Text Example


Text Example

White with #DEDD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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