#D88D77

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

Shades of Feldspar #D88D77

Tints of Feldspar #D88D77

Color information

#D88D77 (or 0xD88D77) is unknown color: approx Feldspar. HEX triplet: D8, 8D and 77. RGB value is (216,141,119). Sum of RGB (Red+Green+Blue) = 216+141+119=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D77 is #277288. Grayscale: #A1A1A1. Windows color (decimal): -2585225 or 7835096. OLE color: 7835096.

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

Color convert

RGB216141119-
CMYK00.350.450.15
HSL13.61º55.43%65.69%-
HSV(B)13.61º44.91%84.71%-
XYZ41.1734.9822.03-
YUV160.92104.35167.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 119 (46.88% from 255) = 25%
R=45.38%
G=29.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614111900.350.450.1513.6155.4365.69
HexD88D770232DFe3742
Octal33021516704355171667102
Binary110110001000110111101110100011101101111111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D77; }

 p { color: rgb(216,141,119); }

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

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

 a { background-color: rgb(216,141,119); }

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

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

 span { border-color: rgb(216,141,119); }

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