#DED62A

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

Shades of Golden Fizz #DED62A

Tints of Golden Fizz #DED62A

Color information

#DED62A (or 0xDED62A) is unknown color: approx Golden Fizz. HEX triplet: DE, D6 and 2A. RGB value is (222,214,42). Sum of RGB (Red+Green+Blue) = 222+214+42=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED62A is #2129D5. Grayscale: #C5C5C5. Windows color (decimal): -2173398 or 2807518. OLE color: 2807518.

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

Color convert

RGB22221442-
CMYK00.040.810.13
HSL57.33º73.17%51.76%-
HSV(B)57.33º81.08%87.06%-
XYZ54.5963.7911.63-
YUV196.7840.65145.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 42 (16.80% from 255) = 8.79%
R=46.44%
G=44.77%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222144200.040.810.1357.3373.1751.76
HexDED62A0451D394934
Octal3363265204121157111164
Binary11011110110101101010100100101000111011110011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED62A; }

 p { color: rgb(222,214,42); }

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

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

 a { background-color: rgb(222,214,42); }

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

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

 span { border-color: rgb(222,214,42); }

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