#DEDA27

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

Shades of Golden Fizz #DEDA27

Tints of Golden Fizz #DEDA27

Color information

#DEDA27 (or 0xDEDA27) is unknown color: approx Golden Fizz. HEX triplet: DE, DA and 27. RGB value is (222,218,39). Sum of RGB (Red+Green+Blue) = 222+218+39=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 39 (15.62% from 255 or 8.14% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA27 is #2125D8. Grayscale: #C7C7C7. Windows color (decimal): -2172377 or 2611934. OLE color: 2611934.

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

Color convert

RGB22221839-
CMYK00.020.820.13
HSL58.69º73.49%51.18%-
HSV(B)58.69º82.43%87.06%-
XYZ55.5665.8211.7-
YUV198.7937.83144.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 39 (15.62% from 255) = 8.14%
R=46.35%
G=45.51%
B=8.14%

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
Decimal2222183900.020.820.1358.6973.4951.18
HexDEDA270252D3b4933
Octal3363324702122157311163
Binary1101111011011010100111010101001011011110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA27; }

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

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

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

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

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

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

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

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