#FFD994

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

Shades of Caramel #FFD994

Tints of Caramel #FFD994

Color information

#FFD994 (or 0xFFD994) is unknown color: approx Caramel. HEX triplet: FF, D9 and 94. RGB value is (255,217,148). Sum of RGB (Red+Green+Blue) = 255+217+148=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD994 is #00266B. Grayscale: #DCDCDC. Windows color (decimal): -9836 or 9755135. OLE color: 9755135.

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

Color convert

RGB255217148-
CMYK00.150.420
HSL38.69º100%79.02%-
HSV(B)38.69º41.96%100%-
XYZ71.473.0238.35-
YUV220.587.09152.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=41.13%
G=35%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521714800.150.42038.6910079.02
HexFFD9940F2A027644f
Octal37733122401752047144117
Binary11111111110110011001010001111101010010011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD994; }

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

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

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

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

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

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

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

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