#CD986F

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

Shades of Feldspar #CD986F

Tints of Feldspar #CD986F

Color information

#CD986F (or 0xCD986F) is unknown color: approx Feldspar. HEX triplet: CD, 98 and 6F. RGB value is (205,152,111). Sum of RGB (Red+Green+Blue) = 205+152+111=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD986F is #326790. Grayscale: #A3A3A3. Windows color (decimal): -3303313 or 7313613. OLE color: 7313613.

HSL color Cylindrical-coordinate representation of color #CD986F: hue angle of 26.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD986F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205152111-
CMYK00.260.460.20
HSL26.17º48.45%61.96%-
HSV(B)26.17º45.85%80.39%-
XYZ39.2736.5820.03-
YUV163.1798.56157.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=43.80%
G=32.48%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515211100.260.460.2026.1748.4561.96
HexCD986F01A2E141a303e
Octal3152301570325624326076
Binary110011011001100011011110110101011101010011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD986F; }

 p { color: rgb(205,152,111); }

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

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

 a { background-color: rgb(205,152,111); }

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

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

 span { border-color: rgb(205,152,111); }

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