Html Css Color HEX #DED528 Golden Fizz

📋 copy color: '#DED528'

red 222 ◦ green 213 ◦ blue 40

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

Shades of Golden Fizz #DED528

Tints of Golden Fizz #DED528

RGB

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

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

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

R = 46.74%
G = 44.84%
B = 8.42%

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

#DED528 (or 0xDED528) is known color: Golden Fizz. HEX triplet: DE, D5 and 28. RGB value is (222,213,40). Sum of RGB (Red+Green+Blue) = 222+213+40=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DED528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED528 is #212AD7. Grayscale: #C4C4C4. Windows color (decimal): -2173656 or 2676190. OLE color: 2676190.

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

Color convert

RGB 222 213 40 -
CMYK 0 0.04 0.82 0.13
HSL 57.03º 0.73% 0.51% -
HSV(B) 57.03º 0.82% 0.87% -
XYZ 54.3 63.27 11.36 -
YUV 195.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 222 213 40 0 0.04 0.82 0.13 57.03 0.73 0.51
Hex DE D5 28 0 4 52 D 39 49 33
Octal 336 325 50 0 4 122 15 71 111 63
Binary 11011110 11010101 101000 0 100 1010010 1101 111001 1001001 110011

Color Harmonies of #DED528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED528

Black with #DED528

Text Example


Text Example

White with #DED528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED528; }

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

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

background-color css

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

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

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

border-color css

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

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

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