#FDD699

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

Shades of Caramel #FDD699

Tints of Caramel #FDD699

Color information

#FDD699 (or 0xFDD699) is unknown color: approx Caramel. HEX triplet: FD, D6 and 99. RGB value is (253,214,153). Sum of RGB (Red+Green+Blue) = 253+214+153=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD699 is #022966. Grayscale: #DADADA. Windows color (decimal): -141671 or 10082045. OLE color: 10082045.

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

Color convert

RGB253214153-
CMYK00.150.400.01
HSL36.6º96.15%79.61%-
HSV(B)36.6º39.53%99.22%-
XYZ70.371.2840.19-
YUV218.7190.92152.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 153 (60.16% from 255) = 24.68%
R=40.81%
G=34.52%
B=24.68%

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
Decimal25321415300.150.400.0136.696.1579.61
HexFDD6990F281256050
Octal37532623101750145140120
Binary11111101110101101001100101111101000110010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD699; }

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

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

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

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

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

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

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

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