#FFD796

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

Shades of Caramel #FFD796

Tints of Caramel #FFD796

Color information

#FFD796 (or 0xFFD796) is unknown color: approx Caramel. HEX triplet: FF, D7 and 96. RGB value is (255,215,150). Sum of RGB (Red+Green+Blue) = 255+215+150=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD796 is #002869. Grayscale: #DBDBDB. Windows color (decimal): -10346 or 9885695. OLE color: 9885695.

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

Color convert

RGB255215150-
CMYK00.160.410
HSL37.14º100%79.41%-
HSV(B)37.14º41.18%100%-
XYZ71.0572.0639.02-
YUV219.5588.75153.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 150 (58.98% from 255) = 24.19%
R=41.13%
G=34.68%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521515000.160.41037.1410079.41
HexFFD79601029025644f
Octal37732722602051045144117
Binary111111111101011110010110010000101001010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD796; }

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

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

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

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

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

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

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

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