#FFDA99

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

Shades of Caramel #FFDA99

Tints of Caramel #FFDA99

Color information

#FFDA99 (or 0xFFDA99) is unknown color: approx Caramel. HEX triplet: FF, DA and 99. RGB value is (255,218,153). Sum of RGB (Red+Green+Blue) = 255+218+153=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA99 is #002566. Grayscale: #DDDDDD. Windows color (decimal): -9575 or 10083071. OLE color: 10083071.

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

Color convert

RGB255218153-
CMYK00.150.40
HSL38.24º100%80%-
HSV(B)38.24º40%100%-
XYZ72.0673.740.57-
YUV221.6589.26151.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 153 (60.16% from 255) = 24.44%
R=40.73%
G=34.82%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521815300.150.4038.2410080
HexFFDA990F280266450
Octal37733223101750046144120
Binary11111111110110101001100101111101000010011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA99; }

 p { color: rgb(255,218,153); }

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

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

 a { background-color: rgb(255,218,153); }

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

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

 span { border-color: rgb(255,218,153); }

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