#D8907A

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

Shades of Feldspar #D8907A

Tints of Feldspar #D8907A

Color information

#D8907A (or 0xD8907A) is unknown color: approx Feldspar. HEX triplet: D8, 90 and 7A. RGB value is (216,144,122). Sum of RGB (Red+Green+Blue) = 216+144+122=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8907A is #276F85. Grayscale: #A3A3A3. Windows color (decimal): -2584454 or 8032472. OLE color: 8032472.

HSL color Cylindrical-coordinate representation of color #D8907A: hue angle of 14.04º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8907A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216144122-
CMYK00.330.440.15
HSL14.04º54.65%66.27%-
HSV(B)14.04º43.52%84.71%-
XYZ41.8135.9523.15-
YUV163.02104.85165.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=44.81%
G=29.88%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614412200.330.440.1514.0454.6566.27
HexD8907A0212CFe3742
Octal33022017204154171667102
Binary110110001001000011110100100001101100111111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8907A; }

 p { color: rgb(216,144,122); }

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

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

 a { background-color: rgb(216,144,122); }

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

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

 span { border-color: rgb(216,144,122); }

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