#FDD999

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

Shades of Caramel #FDD999

Tints of Caramel #FDD999

Color information

#FDD999 (or 0xFDD999) is unknown color: approx Caramel. HEX triplet: FD, D9 and 99. RGB value is (253,217,153). Sum of RGB (Red+Green+Blue) = 253+217+153=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 153 (60.16% from 255 or 24.56% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD999 is #022666. Grayscale: #DCDCDC. Windows color (decimal): -140903 or 10082813. OLE color: 10082813.

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

Color convert

RGB253217153-
CMYK00.140.400.01
HSL38.4º96.15%79.61%-
HSV(B)38.4º39.53%99.22%-
XYZ71.0772.8140.44-
YUV220.4789.93151.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 153 (60.16% from 255) = 24.56%
R=40.61%
G=34.83%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321715300.140.400.0138.496.1579.61
HexFDD9990E281266050
Octal37533123101650146140120
Binary11111101110110011001100101110101000110011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD999; }

 p { color: rgb(253,217,153); }

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

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

 a { background-color: rgb(253,217,153); }

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

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

 span { border-color: rgb(253,217,153); }

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