#FFD99A

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

Shades of Caramel #FFD99A

Tints of Caramel #FFD99A

Color information

#FFD99A (or 0xFFD99A) is unknown color: approx Caramel. HEX triplet: FF, D9 and 9A. RGB value is (255,217,154). Sum of RGB (Red+Green+Blue) = 255+217+154=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD99A is #002665. Grayscale: #DDDDDD. Windows color (decimal): -9830 or 10148351. OLE color: 10148351.

HSL color Cylindrical-coordinate representation of color #FFD99A: hue angle of 37.43º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD99A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255217154-
CMYK00.150.400
HSL37.43º100%80.2%-
HSV(B)37.43º39.61%100%-
XYZ71.8973.2240.92-
YUV221.1890.09152.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 154 (60.55% from 255) = 24.60%
R=40.73%
G=34.66%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521715400.150.40037.4310080.2
HexFFD99A0F280256450
Octal37733123201750045144120
Binary11111111110110011001101001111101000010010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD99A; }

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

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

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

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

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

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

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

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