Html Css Color HEX #DFD329 Golden Fizz

📋 copy color: '#DFD329'

red 223 ◦ green 211 ◦ blue 41

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

Shades of Golden Fizz #DFD329

Tints of Golden Fizz #DFD329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.42%

 BLUE value IS 41 (16.41% from 255) = 8.63%

R = 46.95%
G = 44.42%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFD329 (or 0xDFD329) is known color: Golden Fizz. HEX triplet: DF, D3 and 29. RGB value is (223,211,41). Sum of RGB (Red+Green+Blue) = 223+211+41=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD329 is #202CD6. Grayscale: #C3C3C3. Windows color (decimal): -2108631 or 2741215. OLE color: 2741215.

HSL color Cylindrical-coordinate representation of color #DFD329: hue angle of 56.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFD329 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 41 -
CMYK 0 0.05 0.82 0.13
HSL 56.04º 0.74% 0.52% -
HSV(B) 56.04º 0.82% 0.87% -
XYZ 54.13 62.44 11.3 -
YUV 195.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 223 211 41 0 0.05 0.82 0.13 56.04 0.74 0.52
Hex DF D3 29 0 5 52 D 38 4A 34
Octal 337 323 51 0 5 122 15 70 112 64
Binary 11011111 11010011 101001 0 101 1010010 1101 111000 1001010 110100

Color Harmonies of #DFD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD329

Black with #DFD329

Text Example


Text Example

White with #DFD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD329; }

 p { color: rgb(223,211,41); }

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

background-color css

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

 a { background-color: rgb(223,211,41); }

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

border-color css

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

 span { border-color: rgb(223,211,41); }

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