Html Css Color HEX #DFDE20 Golden Fizz

📋 copy color: '#DFDE20'

red 223 ◦ green 222 ◦ blue 32

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

Shades of Golden Fizz #DFDE20

Tints of Golden Fizz #DFDE20

RGB

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

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

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

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

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

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

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

Color convert

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

Color Harmonies of #DFDE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE20

Black with #DFDE20

Text Example


Text Example

White with #DFDE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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