Html Css Color HEX #DFE320 Golden Fizz

📋 copy color: '#DFE320'

red 223 ◦ green 227 ◦ blue 32

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

Shades of Golden Fizz #DFE320

Tints of Golden Fizz #DFE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

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

R = 46.27%
G = 47.1%
B = 6.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#DFE320 (or 0xDFE320) is known color: Golden Fizz. HEX triplet: DF, E3 and 20. RGB value is (223,227,32). Sum of RGB (Red+Green+Blue) = 223+227+32=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE320 is #201CDF. Grayscale: #CCCCCC. Windows color (decimal): -2104544 or 2155487. OLE color: 2155487.

HSL color Cylindrical-coordinate representation of color #DFE320: hue angle of 61.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE320 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 227 32 -
CMYK 0.02 0 0.86 0.11
HSL 61.23º 0.78% 0.51% -
HSV(B) 61.23º 0.86% 0.89% -
XYZ 58.16 70.73 11.95 -
YUV 203.57 31.17 141.86 -
System Red Green Blue C M Y K H S L
Decimal 223 227 32 0.02 0 0.86 0.11 61.23 0.78 0.51
Hex DF E3 20 2 0 56 B 3D 4E 33
Octal 337 343 40 2 0 126 13 75 116 63
Binary 11011111 11100011 100000 10 0 1010110 1011 111101 1001110 110011

Color Harmonies of #DFE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE320

Black with #DFE320

Text Example


Text Example

White with #DFE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE320; }

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

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

background-color css

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

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

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

border-color css

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

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

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