Html Css Color HEX #DED724 Golden Fizz

📋 copy color: '#DED724'

red 222 ◦ green 215 ◦ blue 36

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

Shades of Golden Fizz #DED724

Tints of Golden Fizz #DED724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.61%

R = 46.93%
G = 45.45%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED724 (or 0xDED724) is known color: Golden Fizz. HEX triplet: DE, D7 and 24. RGB value is (222,215,36). Sum of RGB (Red+Green+Blue) = 222+215+36=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 36 (14.45% from 255 or 7.61% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DED724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED724 is #2128DB. Grayscale: #C5C5C5. Windows color (decimal): -2173148 or 2414558. OLE color: 2414558.

HSL color Cylindrical-coordinate representation of color #DED724: hue angle of 57.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED724 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 36 -
CMYK 0 0.03 0.84 0.13
HSL 57.74º 0.74% 0.51% -
HSV(B) 57.74º 0.84% 0.87% -
XYZ 54.74 64.26 11.19 -
YUV 196.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 222 215 36 0 0.03 0.84 0.13 57.74 0.74 0.51
Hex DE D7 24 0 3 54 D 3A 4A 33
Octal 336 327 44 0 3 124 15 72 112 63
Binary 11011110 11010111 100100 0 11 1010100 1101 111010 1001010 110011

Color Harmonies of #DED724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED724

Black with #DED724

Text Example


Text Example

White with #DED724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED724; }

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

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

background-color css

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

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

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

border-color css

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

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

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