#FFDC80

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

Shades of Golden Glow #FFDC80

Tints of Golden Glow #FFDC80

Color information

#FFDC80 (or 0xFFDC80) is unknown color: approx Golden Glow. HEX triplet: FF, DC and 80. RGB value is (255,220,128). Sum of RGB (Red+Green+Blue) = 255+220+128=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC80 is #00237F. Grayscale: #DCDCDC. Windows color (decimal): -9088 or 8445183. OLE color: 8445183.

HSL color Cylindrical-coordinate representation of color #FFDC80: hue angle of 43.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFDC80 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255220128-
CMYK00.140.500
HSL43.46º100%75.1%-
HSV(B)43.46º49.8%100%-
XYZ70.737430.98-
YUV219.9876.1152.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 128 (50.39% from 255) = 21.23%
R=42.29%
G=36.48%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522012800.140.50043.4610075.1
HexFFDC800E3202b644b
Octal37733420001662053144113
Binary11111111110111001000000001110110010010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC80; }

 p { color: rgb(255,220,128); }

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

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

 a { background-color: rgb(255,220,128); }

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

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

 span { border-color: rgb(255,220,128); }

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