#FFD698

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

Shades of Caramel #FFD698

Tints of Caramel #FFD698

Color information

#FFD698 (or 0xFFD698) is unknown color: approx Caramel. HEX triplet: FF, D6 and 98. RGB value is (255,214,152). Sum of RGB (Red+Green+Blue) = 255+214+152=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD698 is #002967. Grayscale: #DBDBDB. Windows color (decimal): -10600 or 10016511. OLE color: 10016511.

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

Color convert

RGB255214152-
CMYK00.160.400
HSL36.12º100%79.8%-
HSV(B)36.12º40.39%100%-
XYZ70.9571.6239.79-
YUV219.1990.08153.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 152 (59.77% from 255) = 24.48%
R=41.06%
G=34.46%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521415200.160.40036.1210079.8
HexFFD698010280246450
Octal37732623002050044144120
Binary111111111101011010011000010000101000010010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD698; }

 p { color: rgb(255,214,152); }

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

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

 a { background-color: rgb(255,214,152); }

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

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

 span { border-color: rgb(255,214,152); }

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