Html Css Color HEX #DFE020 Golden Fizz

📋 copy color: '#DFE020'

red 223 ◦ green 224 ◦ blue 32

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

Shades of Golden Fizz #DFE020

Tints of Golden Fizz #DFE020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

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

R = 46.56%
G = 46.76%
B = 6.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#DFE020 (or 0xDFE020) is known color: Golden Fizz. HEX triplet: DF, E0 and 20. RGB value is (223,224,32). Sum of RGB (Red+Green+Blue) = 223+224+32=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE020 is #201FDF. Grayscale: #CACACA. Windows color (decimal): -2105312 or 2154719. OLE color: 2154719.

HSL color Cylindrical-coordinate representation of color #DFE020: hue angle of 60.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE020 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 32 -
CMYK 0.00 0 0.86 0.12
HSL 60.31º 0.76% 0.5% -
HSV(B) 60.31º 0.86% 0.88% -
XYZ 57.35 69.1 11.68 -
YUV 201.81 32.17 143.11 -
System Red Green Blue C M Y K H S L
Decimal 223 224 32 0.00 0 0.86 0.12 60.31 0.76 0.5
Hex DF E0 20 0 0 56 C 3C 4C 32
Octal 337 340 40 0 0 126 14 74 114 62
Binary 11011111 11100000 100000 0 0 1010110 1100 111100 1001100 110010

Color Harmonies of #DFE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE020

Black with #DFE020

Text Example


Text Example

White with #DFE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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