#FFD396

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

Shades of Caramel #FFD396

Tints of Caramel #FFD396

Color information

#FFD396 (or 0xFFD396) is unknown color: approx Caramel. HEX triplet: FF, D3 and 96. RGB value is (255,211,150). Sum of RGB (Red+Green+Blue) = 255+211+150=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD396 is #002C69. Grayscale: #D9D9D9. Windows color (decimal): -11370 or 9884671. OLE color: 9884671.

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

Color convert

RGB255211150-
CMYK00.170.410
HSL34.86º100%79.41%-
HSV(B)34.86º41.18%100%-
XYZ70.0470.0538.68-
YUV217.290.08154.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 150 (58.98% from 255) = 24.35%
R=41.40%
G=34.25%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521115000.170.41034.8610079.41
HexFFD39601129023644f
Octal37732322602151043144117
Binary111111111101001110010110010001101001010001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD396; }

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

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

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

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

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

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

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

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