#FFDA96

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

Shades of Caramel #FFDA96

Tints of Caramel #FFDA96

Color information

#FFDA96 (or 0xFFDA96) is unknown color: approx Caramel. HEX triplet: FF, DA and 96. RGB value is (255,218,150). Sum of RGB (Red+Green+Blue) = 255+218+150=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA96 is #002569. Grayscale: #DDDDDD. Windows color (decimal): -9578 or 9886463. OLE color: 9886463.

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

Color convert

RGB255218150-
CMYK00.150.410
HSL38.86º100%79.41%-
HSV(B)38.86º41.18%100%-
XYZ71.8273.639.28-
YUV221.3187.76152.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 150 (58.98% from 255) = 24.08%
R=40.93%
G=34.99%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521815000.150.41038.8610079.41
HexFFDA960F29027644f
Octal37733222601751047144117
Binary11111111110110101001011001111101001010011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA96; }

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

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

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

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

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

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

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

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