#DED927

Color #DED927 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #DED927

Tints of Golden Fizz #DED927

Color information

#DED927 (or 0xDED927) is unknown color: approx Golden Fizz. HEX triplet: DE, D9 and 27. RGB value is (222,217,39). Sum of RGB (Red+Green+Blue) = 222+217+39=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED927 is #2126D8. Grayscale: #C6C6C6. Windows color (decimal): -2172633 or 2611678. OLE color: 2611678.

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

Color convert

RGB22221739-
CMYK00.020.820.13
HSL58.36º73.49%51.18%-
HSV(B)58.36º82.43%87.06%-
XYZ55.365.311.61-
YUV198.238.16144.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 39 (15.62% from 255) = 8.16%
R=46.44%
G=45.40%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222173900.020.820.1358.3673.4951.18
HexDED9270252D3a4933
Octal3363314702122157211163
Binary1101111011011001100111010101001011011110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED927; }

 p { color: rgb(222,217,39); }

 H1.HeaderClassName
 {
   color: #DED927;
 }
 .AnyTagClassName
 {
   color: #DED927;
 }
</style>
background-color css

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

 a { background-color: rgb(222,217,39); }

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

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

 span { border-color: rgb(222,217,39); }

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