#D69977

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

Shades of Feldspar #D69977

Tints of Feldspar #D69977

Color information

#D69977 (or 0xD69977) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 77. RGB value is (214,153,119). Sum of RGB (Red+Green+Blue) = 214+153+119=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69977 is #296688. Grayscale: #A7A7A7. Windows color (decimal): -2713225 or 7838166. OLE color: 7838166.

HSL color Cylindrical-coordinate representation of color #D69977: hue angle of 21.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D69977 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214153119-
CMYK00.290.440.16
HSL21.47º53.67%65.29%-
HSV(B)21.47º44.39%83.92%-
XYZ42.4538.4122.63-
YUV167.36100.71161.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=44.03%
G=31.48%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415311900.290.440.1621.4753.6765.29
HexD6997701D2C10153641
Octal32623116703554202566101
Binary1101011010011001111011101110110110010000101011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69977; }

 p { color: rgb(214,153,119); }

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

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

 a { background-color: rgb(214,153,119); }

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

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

 span { border-color: rgb(214,153,119); }

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