#FFD595

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

Shades of Caramel #FFD595

Tints of Caramel #FFD595

Color information

#FFD595 (or 0xFFD595) is unknown color: approx Caramel. HEX triplet: FF, D5 and 95. RGB value is (255,213,149). Sum of RGB (Red+Green+Blue) = 255+213+149=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD595 is #002A6A. Grayscale: #DADADA. Windows color (decimal): -10859 or 9819647. OLE color: 9819647.

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

Color convert

RGB255213149-
CMYK00.160.420
HSL36.23º100%79.22%-
HSV(B)36.23º41.57%100%-
XYZ70.4671.0238.43-
YUV218.2688.91154.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 213 (83.59% from 255) = 34.52%
BLUE value IS 149 (58.59% from 255) = 24.15%
R=41.33%
G=34.52%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521314900.160.42036.2310079.22
HexFFD5950102A024644f
Octal37732522502052044144117
Binary111111111101010110010101010000101010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD595; }

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

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

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

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

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

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

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

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