Html Css Color HEX #DED525 Golden Fizz

📋 copy color: '#DED525'

red 222 ◦ green 213 ◦ blue 37

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

Shades of Golden Fizz #DED525

Tints of Golden Fizz #DED525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.84%

R = 47.03%
G = 45.13%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DED525 (or 0xDED525) is known color: Golden Fizz. HEX triplet: DE, D5 and 25. RGB value is (222,213,37). Sum of RGB (Red+Green+Blue) = 222+213+37=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DED525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED525 is #212ADA. Grayscale: #C4C4C4. Windows color (decimal): -2173659 or 2479582. OLE color: 2479582.

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

Color convert

RGB 222 213 37 -
CMYK 0 0.04 0.83 0.13
HSL 57.08º 0.74% 0.51% -
HSV(B) 57.08º 0.83% 0.87% -
XYZ 54.25 63.25 11.1 -
YUV 195.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 222 213 37 0 0.04 0.83 0.13 57.08 0.74 0.51
Hex DE D5 25 0 4 53 D 39 4A 33
Octal 336 325 45 0 4 123 15 71 112 63
Binary 11011110 11010101 100101 0 100 1010011 1101 111001 1001010 110011

Color Harmonies of #DED525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED525

Black with #DED525

Text Example


Text Example

White with #DED525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED525; }

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

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

background-color css

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

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

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

border-color css

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

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

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