Html Css Color HEX #DED729 Golden Fizz

📋 copy color: '#DED729'

red 222 ◦ green 215 ◦ blue 41

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

Shades of Golden Fizz #DED729

Tints of Golden Fizz #DED729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.98%

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

R = 46.44%
G = 44.98%
B = 8.58%

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

#DED729 (or 0xDED729) is known color: Golden Fizz. HEX triplet: DE, D7 and 29. RGB value is (222,215,41). Sum of RGB (Red+Green+Blue) = 222+215+41=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED729 is #2128D6. Grayscale: #C5C5C5. Windows color (decimal): -2173143 or 2742238. OLE color: 2742238.

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

Color convert

RGB 222 215 41 -
CMYK 0 0.03 0.82 0.13
HSL 57.68º 0.73% 0.52% -
HSV(B) 57.68º 0.82% 0.87% -
XYZ 54.82 64.29 11.62 -
YUV 197.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 222 215 41 0 0.03 0.82 0.13 57.68 0.73 0.52
Hex DE D7 29 0 3 52 D 3A 49 34
Octal 336 327 51 0 3 122 15 72 111 64
Binary 11011110 11010111 101001 0 11 1010010 1101 111010 1001001 110100

Color Harmonies of #DED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED729

Black with #DED729

Text Example


Text Example

White with #DED729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED729; }

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

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

background-color css

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

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

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

border-color css

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

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

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