#FFD694

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

Shades of Caramel #FFD694

Tints of Caramel #FFD694

Color information

#FFD694 (or 0xFFD694) is unknown color: approx Caramel. HEX triplet: FF, D6 and 94. RGB value is (255,214,148). Sum of RGB (Red+Green+Blue) = 255+214+148=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD694 is #00296B. Grayscale: #DBDBDB. Windows color (decimal): -10604 or 9754367. OLE color: 9754367.

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

Color convert

RGB255214148-
CMYK00.160.420
HSL37.01º100%79.02%-
HSV(B)37.01º41.96%100%-
XYZ70.6371.4938.09-
YUV218.7488.08153.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 148 (58.20% from 255) = 23.99%
R=41.33%
G=34.68%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521414800.160.42037.0110079.02
HexFFD6940102A025644f
Octal37732622402052045144117
Binary111111111101011010010100010000101010010010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD694; }

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

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

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

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

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

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

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

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