#FFDFA5

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

Shades of Cape Honey #FFDFA5

Tints of Cape Honey #FFDFA5

Color information

#FFDFA5 (or 0xFFDFA5) is unknown color: approx Cape Honey. HEX triplet: FF, DF and A5. RGB value is (255,223,165). Sum of RGB (Red+Green+Blue) = 255+223+165=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDFA5 is #00205A. Grayscale: #E2E2E2. Windows color (decimal): -8283 or 10870783. OLE color: 10870783.

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

Color convert

RGB255223165-
CMYK00.130.350
HSL38.67º100%82.35%-
HSV(B)38.67º35.29%100%-
XYZ74.4276.7546.49-
YUV225.9693.6148.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 165 (64.84% from 255) = 25.66%
R=39.66%
G=34.68%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522316500.130.35038.6710082.35
HexFFDFA50D230276452
Octal37733724501543047144122
Binary11111111110111111010010101101100011010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFA5; }

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

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

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

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

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

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

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

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