#FFD98D

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

Shades of Caramel #FFD98D

Tints of Caramel #FFD98D

Color information

#FFD98D (or 0xFFD98D) is unknown color: approx Caramel. HEX triplet: FF, D9 and 8D. RGB value is (255,217,141). Sum of RGB (Red+Green+Blue) = 255+217+141=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD98D is #002672. Grayscale: #DCDCDC. Windows color (decimal): -9843 or 9296383. OLE color: 9296383.

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

Color convert

RGB255217141-
CMYK00.150.450
HSL40º100%77.65%-
HSV(B)40º44.71%100%-
XYZ70.8672.8135.52-
YUV219.783.59153.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 141 (55.47% from 255) = 23.00%
R=41.60%
G=35.40%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521714100.150.4504010077.65
HexFFD98D0F2D028644e
Octal37733121501755050144116
Binary11111111110110011000110101111101101010100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD98D; }

 p { color: rgb(255,217,141); }

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

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

 a { background-color: rgb(255,217,141); }

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

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

 span { border-color: rgb(255,217,141); }

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