#D99B77

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

Shades of Feldspar #D99B77

Tints of Feldspar #D99B77

Color information

#D99B77 (or 0xD99B77) is unknown color: approx Feldspar. HEX triplet: D9, 9B and 77. RGB value is (217,155,119). Sum of RGB (Red+Green+Blue) = 217+155+119=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B77 is #266488. Grayscale: #A9A9A9. Windows color (decimal): -2516105 or 7838681. OLE color: 7838681.

HSL color Cylindrical-coordinate representation of color #D99B77: hue angle of 22.04º degrees, saturation: 0.56, 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 #D99B77 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217155119-
CMYK00.290.450.15
HSL22.04º56.32%65.88%-
HSV(B)22.04º45.16%85.1%-
XYZ43.6739.5322.78-
YUV169.4399.54161.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=44.20%
G=31.57%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715511900.290.450.1522.0456.3265.88
HexD99B7701D2DF163842
Octal33123316703555172670102
Binary110110011001101111101110111011011011111101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B77; }

 p { color: rgb(217,155,119); }

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

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

 a { background-color: rgb(217,155,119); }

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

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

 span { border-color: rgb(217,155,119); }

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