#FFD88E

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

Shades of Caramel #FFD88E

Tints of Caramel #FFD88E

Color information

#FFD88E (or 0xFFD88E) is unknown color: approx Caramel. HEX triplet: FF, D8 and 8E. RGB value is (255,216,142). Sum of RGB (Red+Green+Blue) = 255+216+142=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD88E is #002771. Grayscale: #DBDBDB. Windows color (decimal): -10098 or 9361663. OLE color: 9361663.

HSL color Cylindrical-coordinate representation of color #FFD88E: hue angle of 39.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD88E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255216142-
CMYK00.150.440
HSL39.29º100%77.84%-
HSV(B)39.29º44.31%100%-
XYZ70.6872.3235.83-
YUV219.2284.42153.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 142 (55.86% from 255) = 23.16%
R=41.60%
G=35.24%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521614200.150.44039.2910077.84
HexFFD88E0F2C027644e
Octal37733021601754047144116
Binary11111111110110001000111001111101100010011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD88E; }

 p { color: rgb(255,216,142); }

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

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

 a { background-color: rgb(255,216,142); }

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

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

 span { border-color: rgb(255,216,142); }

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