#FFD397

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

Shades of Caramel #FFD397

Tints of Caramel #FFD397

Color information

#FFD397 (or 0xFFD397) is unknown color: approx Caramel. HEX triplet: FF, D3 and 97. RGB value is (255,211,151). Sum of RGB (Red+Green+Blue) = 255+211+151=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD397 is #002C68. Grayscale: #D9D9D9. Windows color (decimal): -11369 or 9950207. OLE color: 9950207.

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

Color convert

RGB255211151-
CMYK00.170.410
HSL34.62º100%79.61%-
HSV(B)34.62º40.78%100%-
XYZ70.1270.0839.11-
YUV217.3290.58154.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 151 (59.38% from 255) = 24.47%
R=41.33%
G=34.20%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521115100.170.41034.6210079.61
HexFFD397011290236450
Octal37732322702151043144120
Binary111111111101001110010111010001101001010001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD397; }

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

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

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

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

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

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

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

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