Html Css Color HEX #DFD920 Golden Fizz

📋 copy color: '#DFD920'

red 223 ◦ green 217 ◦ blue 32

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

Shades of Golden Fizz #DFD920

Tints of Golden Fizz #DFD920

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.97%

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

R = 47.25%
G = 45.97%
B = 6.78%

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

#DFD920 (or 0xDFD920) is known color: Golden Fizz. HEX triplet: DF, D9 and 20. RGB value is (223,217,32). Sum of RGB (Red+Green+Blue) = 223+217+32=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD920 is #2026DF. Grayscale: #C6C6C6. Windows color (decimal): -2107104 or 2152927. OLE color: 2152927.

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

Color convert

RGB 223 217 32 -
CMYK 0 0.03 0.86 0.13
HSL 58.12º 0.75% 0.5% -
HSV(B) 58.12º 0.86% 0.87% -
XYZ 55.51 65.42 11.07 -
YUV 197.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 223 217 32 0 0.03 0.86 0.13 58.12 0.75 0.5
Hex DF D9 20 0 3 56 D 3A 4B 32
Octal 337 331 40 0 3 126 15 72 113 62
Binary 11011111 11011001 100000 0 11 1010110 1101 111010 1001011 110010

Color Harmonies of #DFD920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD920

Black with #DFD920

Text Example


Text Example

White with #DFD920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD920; }

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

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

background-color css

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

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

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

border-color css

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

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

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