Html Css Color HEX #DEDF20 Golden Fizz

📋 copy color: '#DEDF20'

red 222 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #DEDF20

Tints of Golden Fizz #DEDF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

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

R = 46.54%
G = 46.75%
B = 6.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEDF20 (or 0xDEDF20) is known color: Golden Fizz. HEX triplet: DE, DF and 20. RGB value is (222,223,32). Sum of RGB (Red+Green+Blue) = 222+223+32=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF20 is #2120DF. Grayscale: #C9C9C9. Windows color (decimal): -2171104 or 2154462. OLE color: 2154462.

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

Color convert

RGB 222 223 32 -
CMYK 0.00 0 0.86 0.13
HSL 60.31º 0.75% 0.5% -
HSV(B) 60.31º 0.86% 0.87% -
XYZ 56.77 68.41 11.58 -
YUV 200.93 32.67 143.03 -
System Red Green Blue C M Y K H S L
Decimal 222 223 32 0.00 0 0.86 0.13 60.31 0.75 0.5
Hex DE DF 20 0 0 56 D 3C 4B 32
Octal 336 337 40 0 0 126 15 74 113 62
Binary 11011110 11011111 100000 0 0 1010110 1101 111100 1001011 110010

Color Harmonies of #DEDF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF20

Black with #DEDF20

Text Example


Text Example

White with #DEDF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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