#FFDB99

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

Shades of Caramel #FFDB99

Tints of Caramel #FFDB99

Color information

#FFDB99 (or 0xFFDB99) is unknown color: approx Caramel. HEX triplet: FF, DB and 99. RGB value is (255,219,153). Sum of RGB (Red+Green+Blue) = 255+219+153=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB99 is #002466. Grayscale: #DEDEDE. Windows color (decimal): -9319 or 10083327. OLE color: 10083327.

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

Color convert

RGB255219153-
CMYK00.140.40
HSL38.82º100%80%-
HSV(B)38.82º40%100%-
XYZ72.3274.2240.65-
YUV222.2488.93151.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 153 (60.16% from 255) = 24.40%
R=40.67%
G=34.93%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521915300.140.4038.8210080
HexFFDB990E280276450
Octal37733323101650047144120
Binary11111111110110111001100101110101000010011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDB99; }

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

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

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

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

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

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

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

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