#FFD996

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

Shades of Caramel #FFD996

Tints of Caramel #FFD996

Color information

#FFD996 (or 0xFFD996) is unknown color: approx Caramel. HEX triplet: FF, D9 and 96. RGB value is (255,217,150). Sum of RGB (Red+Green+Blue) = 255+217+150=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD996 is #002669. Grayscale: #DDDDDD. Windows color (decimal): -9834 or 9886207. OLE color: 9886207.

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

Color convert

RGB255217150-
CMYK00.150.410
HSL38.29º100%79.41%-
HSV(B)38.29º41.18%100%-
XYZ71.5673.0939.19-
YUV220.7288.09152.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 150 (58.98% from 255) = 24.12%
R=41.00%
G=34.89%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521715000.150.41038.2910079.41
HexFFD9960F29026644f
Octal37733122601751046144117
Binary11111111110110011001011001111101001010011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD996; }

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

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

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

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

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

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

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

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