#FFDFA7

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

Shades of Cape Honey #FFDFA7

Tints of Cape Honey #FFDFA7

Color information

#FFDFA7 (or 0xFFDFA7) is unknown color: approx Cape Honey. HEX triplet: FF, DF and A7. RGB value is (255,223,167). Sum of RGB (Red+Green+Blue) = 255+223+167=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 167 (65.62% from 255 or 25.89% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA7 is #002058. Grayscale: #E2E2E2. Windows color (decimal): -8281 or 11001855. OLE color: 11001855.

HSL color Cylindrical-coordinate representation of color #FFDFA7: hue angle of 38.18º 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 #FFDFA7 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255223167-
CMYK00.130.350
HSL38.18º100%82.75%-
HSV(B)38.18º34.51%100%-
XYZ74.676.8347.46-
YUV226.1894.6148.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 167 (65.62% from 255) = 25.89%
R=39.53%
G=34.57%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522316700.130.35038.1810082.75
HexFFDFA70D230266453
Octal37733724701543046144123
Binary11111111110111111010011101101100011010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFA7; }

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

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

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

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

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

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

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

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