#FFDFA8

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

Shades of Cape Honey #FFDFA8

Tints of Cape Honey #FFDFA8

Color information

#FFDFA8 (or 0xFFDFA8) is unknown color: approx Cape Honey. HEX triplet: FF, DF and A8. RGB value is (255,223,168). Sum of RGB (Red+Green+Blue) = 255+223+168=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA8 is #002057. Grayscale: #E2E2E2. Windows color (decimal): -8280 or 11067391. OLE color: 11067391.

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

Color convert

RGB255223168-
CMYK00.130.340
HSL37.93º100%82.94%-
HSV(B)37.93º34.12%100%-
XYZ74.776.8647.94-
YUV226.395.1148.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 168 (66.02% from 255) = 26.01%
R=39.47%
G=34.52%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522316800.130.34037.9310082.94
HexFFDFA80D220266453
Octal37733725001542046144123
Binary11111111110111111010100001101100010010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFA8; }

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

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

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

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

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

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

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

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