Html Css Color HEX #DFD820 Golden Fizz

📋 copy color: '#DFD820'

red 223 ◦ green 216 ◦ blue 32

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

Shades of Golden Fizz #DFD820

Tints of Golden Fizz #DFD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 47.35%
G = 45.86%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFD820 (or 0xDFD820) is known color: Golden Fizz. HEX triplet: DF, D8 and 20. RGB value is (223,216,32). Sum of RGB (Red+Green+Blue) = 223+216+32=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD820 is #2027DF. Grayscale: #C5C5C5. Windows color (decimal): -2107360 or 2152671. OLE color: 2152671.

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

Color convert

RGB 223 216 32 -
CMYK 0 0.03 0.86 0.13
HSL 57.8º 0.75% 0.5% -
HSV(B) 57.8º 0.86% 0.87% -
XYZ 55.25 64.9 10.98 -
YUV 197.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 223 216 32 0 0.03 0.86 0.13 57.8 0.75 0.5
Hex DF D8 20 0 3 56 D 3A 4B 32
Octal 337 330 40 0 3 126 15 72 113 62
Binary 11011111 11011000 100000 0 11 1010110 1101 111010 1001011 110010

Color Harmonies of #DFD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD820

Black with #DFD820

Text Example


Text Example

White with #DFD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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