Html Css Color HEX #DED928 Golden Fizz

📋 copy color: '#DED928'

red 222 ◦ green 217 ◦ blue 40

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

Shades of Golden Fizz #DED928

Tints of Golden Fizz #DED928

RGB

 RED value IS 222 (87.11% from 255) = 46.35%

 GREEN value IS 217 (85.16% from 255) = 45.3%

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

R = 46.35%
G = 45.3%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED928 (or 0xDED928) is known color: Golden Fizz. HEX triplet: DE, D9 and 28. RGB value is (222,217,40). Sum of RGB (Red+Green+Blue) = 222+217+40=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DED928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED928 is #2126D7. Grayscale: #C7C7C7. Windows color (decimal): -2172632 or 2677214. OLE color: 2677214.

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

Color convert

RGB 222 217 40 -
CMYK 0 0.02 0.82 0.13
HSL 58.35º 0.73% 0.51% -
HSV(B) 58.35º 0.82% 0.87% -
XYZ 55.32 65.31 11.7 -
YUV 198.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 222 217 40 0 0.02 0.82 0.13 58.35 0.73 0.51
Hex DE D9 28 0 2 52 D 3A 49 33
Octal 336 331 50 0 2 122 15 72 111 63
Binary 11011110 11011001 101000 0 10 1010010 1101 111010 1001001 110011

Color Harmonies of #DED928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED928

Black with #DED928

Text Example


Text Example

White with #DED928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED928; }

 p { color: rgb(222,217,40); }

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

background-color css

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

 a { background-color: rgb(222,217,40); }

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

border-color css

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

 span { border-color: rgb(222,217,40); }

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