#D8926E

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

Shades of Feldspar #D8926E

Tints of Feldspar #D8926E

Color information

#D8926E (or 0xD8926E) is unknown color: approx Feldspar. HEX triplet: D8, 92 and 6E. RGB value is (216,146,110). Sum of RGB (Red+Green+Blue) = 216+146+110=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8926E is #276D91. Grayscale: #A3A3A3. Windows color (decimal): -2583954 or 7246552. OLE color: 7246552.

HSL color Cylindrical-coordinate representation of color #D8926E: hue angle of 20.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8926E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216146110-
CMYK00.320.490.15
HSL20.38º57.61%63.92%-
HSV(B)20.38º49.07%84.71%-
XYZ41.4136.2819.57-
YUV162.8398.19165.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.76%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=45.76%
G=30.93%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614611000.320.490.1520.3857.6163.92
HexD8926E02031F143a40
Octal33022215604061172472100
Binary1101100010010010110111001000001100011111101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8926E; }

 p { color: rgb(216,146,110); }

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

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

 a { background-color: rgb(216,146,110); }

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

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

 span { border-color: rgb(216,146,110); }

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