#DFD92A

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

Shades of Golden Fizz #DFD92A

Tints of Golden Fizz #DFD92A

Color information

#DFD92A (or 0xDFD92A) is unknown color: approx Golden Fizz. HEX triplet: DF, D9 and 2A. RGB value is (223,217,42). Sum of RGB (Red+Green+Blue) = 223+217+42=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD92A is #2026D5. Grayscale: #C7C7C7. Windows color (decimal): -2107094 or 2808287. OLE color: 2808287.

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

Color convert

RGB22321742-
CMYK00.030.810.13
HSL58.01º73.88%51.96%-
HSV(B)58.01º81.17%87.45%-
XYZ55.6665.4811.9-
YUV198.8439.49145.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 42 (16.80% from 255) = 8.71%
R=46.27%
G=45.02%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232174200.030.810.1358.0173.8851.96
HexDFD92A0351D3a4a34
Octal3373315203121157211264
Binary1101111111011001101010011101000111011110101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD92A; }

 p { color: rgb(223,217,42); }

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

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

 a { background-color: rgb(223,217,42); }

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

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

 span { border-color: rgb(223,217,42); }

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