#FFDCA4

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

Shades of Cape Honey #FFDCA4

Tints of Cape Honey #FFDCA4

Color information

#FFDCA4 (or 0xFFDCA4) is unknown color: approx Cape Honey. HEX triplet: FF, DC and A4. RGB value is (255,220,164). Sum of RGB (Red+Green+Blue) = 255+220+164=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA4 is #00235B. Grayscale: #E0E0E0. Windows color (decimal): -9052 or 10804479. OLE color: 10804479.

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

Color convert

RGB255220164-
CMYK00.140.360
HSL36.92º100%82.16%-
HSV(B)36.92º35.69%100%-
XYZ73.5375.1345.75-
YUV224.0894.1150.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 164 (64.45% from 255) = 25.67%
R=39.91%
G=34.43%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522016400.140.36036.9210082.16
HexFFDCA40E240256452
Octal37733424401644045144122
Binary11111111110111001010010001110100100010010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCA4; }

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

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

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

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

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

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

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

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