#FFD696

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

Shades of Caramel #FFD696

Tints of Caramel #FFD696

Color information

#FFD696 (or 0xFFD696) is unknown color: approx Caramel. HEX triplet: FF, D6 and 96. RGB value is (255,214,150). Sum of RGB (Red+Green+Blue) = 255+214+150=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD696 is #002969. Grayscale: #DBDBDB. Windows color (decimal): -10602 or 9885439. OLE color: 9885439.

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

Color convert

RGB255214150-
CMYK00.160.410
HSL36.57º100%79.41%-
HSV(B)36.57º41.18%100%-
XYZ70.7971.5638.93-
YUV218.9689.08153.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=41.20%
G=34.57%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521415000.160.41036.5710079.41
HexFFD69601029025644f
Octal37732622602051045144117
Binary111111111101011010010110010000101001010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD696; }

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

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

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

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

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

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

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

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