#FFD197

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

Shades of Caramel #FFD197

Tints of Caramel #FFD197

Color information

#FFD197 (or 0xFFD197) is unknown color: approx Caramel. HEX triplet: FF, D1 and 97. RGB value is (255,209,151). Sum of RGB (Red+Green+Blue) = 255+209+151=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD197 is #002E68. Grayscale: #D8D8D8. Windows color (decimal): -11881 or 9949695. OLE color: 9949695.

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

Color convert

RGB255209151-
CMYK00.180.410
HSL33.46º100%79.61%-
HSV(B)33.46º40.78%100%-
XYZ69.6369.138.95-
YUV216.1491.24155.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 151 (59.38% from 255) = 24.55%
R=41.46%
G=33.98%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520915100.180.41033.4610079.61
HexFFD197012290216450
Octal37732122702251041144120
Binary111111111101000110010111010010101001010000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD197; }

 p { color: rgb(255,209,151); }

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

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

 a { background-color: rgb(255,209,151); }

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

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

 span { border-color: rgb(255,209,151); }

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