Html Css Color HEX #DED929 Golden Fizz

📋 copy color: '#DED929'

red 222 ◦ green 217 ◦ blue 41

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

Shades of Golden Fizz #DED929

Tints of Golden Fizz #DED929

RGB

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

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

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

R = 46.25%
G = 45.21%
B = 8.54%

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

#DED929 (or 0xDED929) is known color: Golden Fizz. HEX triplet: DE, D9 and 29. RGB value is (222,217,41). Sum of RGB (Red+Green+Blue) = 222+217+41=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DED929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED929 is #2126D6. Grayscale: #C7C7C7. Windows color (decimal): -2172631 or 2742750. OLE color: 2742750.

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

Color convert

RGB 222 217 41 -
CMYK 0 0.02 0.82 0.13
HSL 58.34º 0.73% 0.52% -
HSV(B) 58.34º 0.82% 0.87% -
XYZ 55.34 65.32 11.79 -
YUV 198.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 222 217 41 0 0.02 0.82 0.13 58.34 0.73 0.52
Hex DE D9 29 0 2 52 D 3A 49 34
Octal 336 331 51 0 2 122 15 72 111 64
Binary 11011110 11011001 101001 0 10 1010010 1101 111010 1001001 110100

Color Harmonies of #DED929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED929

Black with #DED929

Text Example


Text Example

White with #DED929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED929; }

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

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

background-color css

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

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

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

border-color css

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

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

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