#FFD695

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

Shades of Caramel #FFD695

Tints of Caramel #FFD695

Color information

#FFD695 (or 0xFFD695) is unknown color: approx Caramel. HEX triplet: FF, D6 and 95. RGB value is (255,214,149). Sum of RGB (Red+Green+Blue) = 255+214+149=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD695 is #00296A. Grayscale: #DBDBDB. Windows color (decimal): -10603 or 9819903. OLE color: 9819903.

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

Color convert

RGB255214149-
CMYK00.160.420
HSL36.79º100%79.22%-
HSV(B)36.79º41.57%100%-
XYZ70.7171.5238.51-
YUV218.8588.58153.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 24.11%
R=41.26%
G=34.63%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521414900.160.42036.7910079.22
HexFFD6950102A025644f
Octal37732622502052045144117
Binary111111111101011010010101010000101010010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD695; }

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

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

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

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

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

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

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

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