#FFDC82

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

Shades of Golden Glow #FFDC82

Tints of Golden Glow #FFDC82

Color information

#FFDC82 (or 0xFFDC82) is unknown color: approx Golden Glow. HEX triplet: FF, DC and 82. RGB value is (255,220,130). Sum of RGB (Red+Green+Blue) = 255+220+130=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC82 is #00237D. Grayscale: #DCDCDC. Windows color (decimal): -9086 or 8576255. OLE color: 8576255.

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

Color convert

RGB255220130-
CMYK00.140.490
HSL43.2º100%75.49%-
HSV(B)43.2º49.02%100%-
XYZ70.8674.0631.68-
YUV220.277.1152.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 130 (51.17% from 255) = 21.49%
R=42.15%
G=36.36%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522013000.140.49043.210075.49
HexFFDC820E3102b644b
Octal37733420201661053144113
Binary11111111110111001000001001110110001010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC82; }

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

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

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

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

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

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

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

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