#FFD88C

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

Shades of Caramel #FFD88C

Tints of Caramel #FFD88C

Color information

#FFD88C (or 0xFFD88C) is unknown color: approx Caramel. HEX triplet: FF, D8 and 8C. RGB value is (255,216,140). Sum of RGB (Red+Green+Blue) = 255+216+140=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD88C is #002773. Grayscale: #DBDBDB. Windows color (decimal): -10100 or 9230591. OLE color: 9230591.

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

Color convert

RGB255216140-
CMYK00.150.450
HSL39.65º100%77.45%-
HSV(B)39.65º45.1%100%-
XYZ70.5372.2735.04-
YUV21983.42153.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 140 (55.08% from 255) = 22.91%
R=41.73%
G=35.35%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521614000.150.45039.6510077.45
HexFFD88C0F2D028644d
Octal37733021401755050144115
Binary11111111110110001000110001111101101010100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD88C; }

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

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

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

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

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

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

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

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