#FFD997

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

Shades of Caramel #FFD997

Tints of Caramel #FFD997

Color information

#FFD997 (or 0xFFD997) is unknown color: approx Caramel. HEX triplet: FF, D9 and 97. RGB value is (255,217,151). Sum of RGB (Red+Green+Blue) = 255+217+151=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD997 is #002668. Grayscale: #DDDDDD. Windows color (decimal): -9833 or 9951743. OLE color: 9951743.

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

Color convert

RGB255217151-
CMYK00.150.410
HSL38.08º100%79.61%-
HSV(B)38.08º40.78%100%-
XYZ71.6473.1239.62-
YUV220.8488.59152.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=40.93%
G=34.83%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521715100.150.41038.0810079.61
HexFFD9970F290266450
Octal37733122701751046144120
Binary11111111110110011001011101111101001010011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD997; }

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

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

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

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

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

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

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

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