Html Css Color HEX #DED529 Golden Fizz

📋 copy color: '#DED529'

red 222 ◦ green 213 ◦ blue 41

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

Shades of Golden Fizz #DED529

Tints of Golden Fizz #DED529

RGB

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

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

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

R = 46.64%
G = 44.75%
B = 8.61%

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

#DED529 (or 0xDED529) is known color: Golden Fizz. HEX triplet: DE, D5 and 29. RGB value is (222,213,41). Sum of RGB (Red+Green+Blue) = 222+213+41=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DED529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED529 is #212AD6. Grayscale: #C4C4C4. Windows color (decimal): -2173655 or 2741726. OLE color: 2741726.

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

Color convert

RGB 222 213 41 -
CMYK 0 0.04 0.82 0.13
HSL 57.02º 0.73% 0.52% -
HSV(B) 57.02º 0.82% 0.87% -
XYZ 54.32 63.28 11.45 -
YUV 196.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 222 213 41 0 0.04 0.82 0.13 57.02 0.73 0.52
Hex DE D5 29 0 4 52 D 39 49 34
Octal 336 325 51 0 4 122 15 71 111 64
Binary 11011110 11010101 101001 0 100 1010010 1101 111001 1001001 110100

Color Harmonies of #DED529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED529

Black with #DED529

Text Example


Text Example

White with #DED529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED529; }

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

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

background-color css

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

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

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

border-color css

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

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

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