Html Css Color HEX #DED829 Golden Fizz

📋 copy color: '#DED829'

red 222 ◦ green 216 ◦ blue 41

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

Shades of Golden Fizz #DED829

Tints of Golden Fizz #DED829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

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

R = 46.35%
G = 45.09%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED829 (or 0xDED829) is known color: Golden Fizz. HEX triplet: DE, D8 and 29. RGB value is (222,216,41). Sum of RGB (Red+Green+Blue) = 222+216+41=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DED829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED829 is #2127D6. Grayscale: #C6C6C6. Windows color (decimal): -2172887 or 2742494. OLE color: 2742494.

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

Color convert

RGB 222 216 41 -
CMYK 0 0.03 0.82 0.13
HSL 58.01º 0.73% 0.52% -
HSV(B) 58.01º 0.82% 0.87% -
XYZ 55.08 64.8 11.7 -
YUV 197.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 222 216 41 0 0.03 0.82 0.13 58.01 0.73 0.52
Hex DE D8 29 0 3 52 D 3A 49 34
Octal 336 330 51 0 3 122 15 72 111 64
Binary 11011110 11011000 101001 0 11 1010010 1101 111010 1001001 110100

Color Harmonies of #DED829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED829

Black with #DED829

Text Example


Text Example

White with #DED829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED829; }

 p { color: rgb(222,216,41); }

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

background-color css

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

 a { background-color: rgb(222,216,41); }

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

border-color css

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

 span { border-color: rgb(222,216,41); }

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