Html Css Color HEX #DED429 Golden Fizz

📋 copy color: '#DED429'

red 222 ◦ green 212 ◦ blue 41

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

Shades of Golden Fizz #DED429

Tints of Golden Fizz #DED429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 46.74%
G = 44.63%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED429 (or 0xDED429) is known color: Golden Fizz. HEX triplet: DE, D4 and 29. RGB value is (222,212,41). Sum of RGB (Red+Green+Blue) = 222+212+41=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DED429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED429 is #212BD6. Grayscale: #C4C4C4. Windows color (decimal): -2173911 or 2741470. OLE color: 2741470.

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

Color convert

RGB 222 212 41 -
CMYK 0 0.05 0.82 0.13
HSL 56.69º 0.73% 0.52% -
HSV(B) 56.69º 0.82% 0.87% -
XYZ 54.07 62.78 11.37 -
YUV 195.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 222 212 41 0 0.05 0.82 0.13 56.69 0.73 0.52
Hex DE D4 29 0 5 52 D 39 49 34
Octal 336 324 51 0 5 122 15 71 111 64
Binary 11011110 11010100 101001 0 101 1010010 1101 111001 1001001 110100

Color Harmonies of #DED429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED429

Black with #DED429

Text Example


Text Example

White with #DED429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED429; }

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

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

background-color css

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

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

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

border-color css

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

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

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