#FFDFA3

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

Shades of Cape Honey #FFDFA3

Tints of Cape Honey #FFDFA3

Color information

#FFDFA3 (or 0xFFDFA3) is unknown color: approx Cape Honey. HEX triplet: FF, DF and A3. RGB value is (255,223,163). Sum of RGB (Red+Green+Blue) = 255+223+163=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA3 is #00205C. Grayscale: #E2E2E2. Windows color (decimal): -8285 or 10739711. OLE color: 10739711.

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

Color convert

RGB255223163-
CMYK00.130.360
HSL39.13º100%81.96%-
HSV(B)39.13º36.08%100%-
XYZ74.2476.6845.54-
YUV225.7392.6148.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 163 (64.06% from 255) = 25.43%
R=39.78%
G=34.79%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522316300.130.36039.1310081.96
HexFFDFA30D240276452
Octal37733724301544047144122
Binary11111111110111111010001101101100100010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFA3; }

 p { color: rgb(255,223,163); }

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

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

 a { background-color: rgb(255,223,163); }

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

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

 span { border-color: rgb(255,223,163); }

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