#FFDEA4

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

Shades of Cape Honey #FFDEA4

Tints of Cape Honey #FFDEA4

Color information

#FFDEA4 (or 0xFFDEA4) is unknown color: approx Cape Honey. HEX triplet: FF, DE and A4. RGB value is (255,222,164). Sum of RGB (Red+Green+Blue) = 255+222+164=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 164 (64.45% from 255 or 25.59% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEA4 is #00215B. Grayscale: #E1E1E1. Windows color (decimal): -8540 or 10804991. OLE color: 10804991.

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

Color convert

RGB255222164-
CMYK00.130.360
HSL38.24º100%82.16%-
HSV(B)38.24º35.69%100%-
XYZ74.0676.1845.92-
YUV225.2593.43149.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 164 (64.45% from 255) = 25.59%
R=39.78%
G=34.63%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522216400.130.36038.2410082.16
HexFFDEA40D240266452
Octal37733624401544046144122
Binary11111111110111101010010001101100100010011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEA4; }

 p { color: rgb(255,222,164); }

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

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

 a { background-color: rgb(255,222,164); }

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

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

 span { border-color: rgb(255,222,164); }

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