#FFDC8A

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

Shades of Golden Glow #FFDC8A

Tints of Golden Glow #FFDC8A

Color information

#FFDC8A (or 0xFFDC8A) is unknown color: approx Golden Glow. HEX triplet: FF, DC and 8A. RGB value is (255,220,138). Sum of RGB (Red+Green+Blue) = 255+220+138=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC8A is #002375. Grayscale: #DDDDDD. Windows color (decimal): -9078 or 9100543. OLE color: 9100543.

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

Color convert

RGB255220138-
CMYK00.140.460
HSL42.05º100%77.06%-
HSV(B)42.05º45.88%100%-
XYZ71.4274.2834.62-
YUV221.1281.1152.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 138 (54.30% from 255) = 22.51%
R=41.60%
G=35.89%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522013800.140.46042.0510077.06
HexFFDC8A0E2E02a644d
Octal37733421201656052144115
Binary11111111110111001000101001110101110010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC8A; }

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

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

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

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

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

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

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

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