#FFD495

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

Shades of Caramel #FFD495

Tints of Caramel #FFD495

Color information

#FFD495 (or 0xFFD495) is unknown color: approx Caramel. HEX triplet: FF, D4 and 95. RGB value is (255,212,149). Sum of RGB (Red+Green+Blue) = 255+212+149=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD495 is #002B6A. Grayscale: #D9D9D9. Windows color (decimal): -11115 or 9819391. OLE color: 9819391.

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

Color convert

RGB255212149-
CMYK00.170.420
HSL35.66º100%79.22%-
HSV(B)35.66º41.57%100%-
XYZ70.2170.5238.34-
YUV217.6789.25154.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 212 (83.20% from 255) = 34.42%
BLUE value IS 149 (58.59% from 255) = 24.19%
R=41.40%
G=34.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521214900.170.42035.6610079.22
HexFFD4950112A024644f
Octal37732422502152044144117
Binary111111111101010010010101010001101010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD495; }

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

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

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

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

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

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

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

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