#FFD896

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

Shades of Caramel #FFD896

Tints of Caramel #FFD896

Color information

#FFD896 (or 0xFFD896) is unknown color: approx Caramel. HEX triplet: FF, D8 and 96. RGB value is (255,216,150). Sum of RGB (Red+Green+Blue) = 255+216+150=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD896 is #002769. Grayscale: #DCDCDC. Windows color (decimal): -10090 or 9885951. OLE color: 9885951.

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

Color convert

RGB255216150-
CMYK00.150.410
HSL37.71º100%79.41%-
HSV(B)37.71º41.18%100%-
XYZ71.372.5739.1-
YUV220.1488.42152.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 150 (58.98% from 255) = 24.15%
R=41.06%
G=34.78%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521615000.150.41037.7110079.41
HexFFD8960F29026644f
Octal37733022601751046144117
Binary11111111110110001001011001111101001010011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD896; }

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

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

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

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

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

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

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

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