#FFDCA6

Color #FFDCA6 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FFDCA6

Tints of Cape Honey #FFDCA6

Color information

#FFDCA6 (or 0xFFDCA6) is unknown color: approx Cape Honey. HEX triplet: FF, DC and A6. RGB value is (255,220,166). Sum of RGB (Red+Green+Blue) = 255+220+166=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA6 is #002359. Grayscale: #E0E0E0. Windows color (decimal): -9050 or 10935551. OLE color: 10935551.

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

Color convert

RGB255220166-
CMYK00.140.350
HSL36.4º100%82.55%-
HSV(B)36.4º34.9%100%-
XYZ73.7275.246.71-
YUV224.3195.1149.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 166 (65.23% from 255) = 25.90%
R=39.78%
G=34.32%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522016600.140.35036.410082.55
HexFFDCA60E230246453
Octal37733424601643044144123
Binary11111111110111001010011001110100011010010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCA6; }

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

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

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

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

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

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

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

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