#FFDA8D

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

Shades of Caramel #FFDA8D

Tints of Caramel #FFDA8D

Color information

#FFDA8D (or 0xFFDA8D) is unknown color: approx Caramel. HEX triplet: FF, DA and 8D. RGB value is (255,218,141). Sum of RGB (Red+Green+Blue) = 255+218+141=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA8D is #002572. Grayscale: #DCDCDC. Windows color (decimal): -9587 or 9296639. OLE color: 9296639.

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

Color convert

RGB255218141-
CMYK00.150.450
HSL40.53º100%77.65%-
HSV(B)40.53º44.71%100%-
XYZ71.1273.3335.6-
YUV220.2883.26152.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 141 (55.47% from 255) = 22.96%
R=41.53%
G=35.50%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521814100.150.45040.5310077.65
HexFFDA8D0F2D029644e
Octal37733221501755051144116
Binary11111111110110101000110101111101101010100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA8D; }

 p { color: rgb(255,218,141); }

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

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

 a { background-color: rgb(255,218,141); }

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

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

 span { border-color: rgb(255,218,141); }

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