Html Css Color HEX #DFD428 Golden Fizz

📋 copy color: '#DFD428'

red 223 ◦ green 212 ◦ blue 40

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

Shades of Golden Fizz #DFD428

Tints of Golden Fizz #DFD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 46.95%
G = 44.63%
B = 8.42%

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

#DFD428 (or 0xDFD428) is known color: Golden Fizz. HEX triplet: DF, D4 and 28. RGB value is (223,212,40). Sum of RGB (Red+Green+Blue) = 223+212+40=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD428 is #202BD7. Grayscale: #C4C4C4. Windows color (decimal): -2108376 or 2675935. OLE color: 2675935.

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

Color convert

RGB 223 212 40 -
CMYK 0 0.05 0.82 0.13
HSL 56.39º 0.74% 0.52% -
HSV(B) 56.39º 0.82% 0.87% -
XYZ 54.36 62.93 11.29 -
YUV 195.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 223 212 40 0 0.05 0.82 0.13 56.39 0.74 0.52
Hex DF D4 28 0 5 52 D 38 4A 34
Octal 337 324 50 0 5 122 15 70 112 64
Binary 11011111 11010100 101000 0 101 1010010 1101 111000 1001010 110100

Color Harmonies of #DFD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD428

Black with #DFD428

Text Example


Text Example

White with #DFD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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