#DFDE22

Color #DFDE22 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #DFDE22

Tints of Golden Fizz #DFDE22

Color information

#DFDE22 (or 0xDFDE22) is unknown color: approx Golden Fizz. HEX triplet: DF, DE and 22. RGB value is (223,222,34). Sum of RGB (Red+Green+Blue) = 223+222+34=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE22 is #2021DD. Grayscale: #C9C9C9. Windows color (decimal): -2105822 or 2285279. OLE color: 2285279.

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

Color convert

RGB22322234-
CMYK00.000.850.13
HSL59.68º74.7%50.39%-
HSV(B)59.68º84.75%87.45%-
XYZ56.8468.0511.65-
YUV200.8733.83143.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 34 (13.67% from 255) = 7.10%
R=46.56%
G=46.35%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232223400.000.850.1359.6874.750.39
HexDFDE220055D3c4b32
Octal3373364200125157411362
Binary110111111101111010001000101010111011111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE22; }

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

 H1.HeaderClassName
 {
   color: #DFDE22;
 }
 .AnyTagClassName
 {
   color: #DFDE22;
 }
</style>
background-color css

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

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

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

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

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

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