#DFDA1F

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

Shades of Golden Fizz #DFDA1F

Tints of Golden Fizz #DFDA1F

Color information

#DFDA1F (or 0xDFDA1F) is unknown color: approx Golden Fizz. HEX triplet: DF, DA and 1F. RGB value is (223,218,31). Sum of RGB (Red+Green+Blue) = 223+218+31=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA1F is #2025E0. Grayscale: #C6C6C6. Windows color (decimal): -2106849 or 2087647. OLE color: 2087647.

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

Color convert

RGB22321831-
CMYK00.020.860.13
HSL58.44º75.59%49.8%-
HSV(B)58.44º86.1%87.45%-
XYZ55.7565.9311.08-
YUV198.1833.66145.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 31 (12.5% from 255) = 6.57%
R=47.25%
G=46.19%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232183100.020.860.1358.4475.5949.8
HexDFDA1F0256D3a4c32
Octal3373323702126157211462
Binary110111111101101011111010101011011011110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA1F; }

 p { color: rgb(223,218,31); }

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

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

 a { background-color: rgb(223,218,31); }

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

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

 span { border-color: rgb(223,218,31); }

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