#FDD799

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

Shades of Caramel #FDD799

Tints of Caramel #FDD799

Color information

#FDD799 (or 0xFDD799) is unknown color: approx Caramel. HEX triplet: FD, D7 and 99. RGB value is (253,215,153). Sum of RGB (Red+Green+Blue) = 253+215+153=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD799 is #022866. Grayscale: #DBDBDB. Windows color (decimal): -141415 or 10082301. OLE color: 10082301.

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

Color convert

RGB253215153-
CMYK00.150.400.01
HSL37.2º96.15%79.61%-
HSV(B)37.2º39.53%99.22%-
XYZ70.5671.7840.27-
YUV219.2990.59152.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 153 (60.16% from 255) = 24.64%
R=40.74%
G=34.62%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321515300.150.400.0137.296.1579.61
HexFDD7990F281256050
Octal37532723101750145140120
Binary11111101110101111001100101111101000110010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD799; }

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

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

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

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

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

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

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

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