#FFD990

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

Shades of Caramel #FFD990

Tints of Caramel #FFD990

Color information

#FFD990 (or 0xFFD990) is unknown color: approx Caramel. HEX triplet: FF, D9 and 90. RGB value is (255,217,144). Sum of RGB (Red+Green+Blue) = 255+217+144=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD990 is #00266F. Grayscale: #DCDCDC. Windows color (decimal): -9840 or 9492991. OLE color: 9492991.

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

Color convert

RGB255217144-
CMYK00.150.440
HSL39.46º100%78.24%-
HSV(B)39.46º43.53%100%-
XYZ71.0972.936.71-
YUV220.0485.09152.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=41.40%
G=35.23%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521714400.150.44039.4610078.24
HexFFD9900F2C027644e
Octal37733122001754047144116
Binary11111111110110011001000001111101100010011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD990; }

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

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

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

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

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

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

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

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