Html Css Color HEX #DFD528 Golden Fizz

📋 copy color: '#DFD528'

red 223 ◦ green 213 ◦ blue 40

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

Shades of Golden Fizz #DFD528

Tints of Golden Fizz #DFD528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

 BLUE value IS 40 (16.02% from 255) = 8.4%

R = 46.85%
G = 44.75%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFD528 (or 0xDFD528) is known color: Golden Fizz. HEX triplet: DF, D5 and 28. RGB value is (223,213,40). Sum of RGB (Red+Green+Blue) = 223+213+40=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD528 is #202AD7. Grayscale: #C4C4C4. Windows color (decimal): -2108120 or 2676191. OLE color: 2676191.

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

Color convert

RGB 223 213 40 -
CMYK 0 0.04 0.82 0.13
HSL 56.72º 0.74% 0.52% -
HSV(B) 56.72º 0.82% 0.87% -
XYZ 54.61 63.43 11.37 -
YUV 196.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 223 213 40 0 0.04 0.82 0.13 56.72 0.74 0.52
Hex DF D5 28 0 4 52 D 39 4A 34
Octal 337 325 50 0 4 122 15 71 112 64
Binary 11011111 11010101 101000 0 100 1010010 1101 111001 1001010 110100

Color Harmonies of #DFD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD528

Black with #DFD528

Text Example


Text Example

White with #DFD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD528; }

 p { color: rgb(223,213,40); }

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

background-color css

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

 a { background-color: rgb(223,213,40); }

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

border-color css

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

 span { border-color: rgb(223,213,40); }

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