#D69775

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

Shades of Feldspar #D69775

Tints of Feldspar #D69775

Color information

#D69775 (or 0xD69775) is unknown color: approx Feldspar. HEX triplet: D6, 97 and 75. RGB value is (214,151,117). Sum of RGB (Red+Green+Blue) = 214+151+117=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D69775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69775 is #29688A. Grayscale: #A6A6A6. Windows color (decimal): -2713739 or 7706582. OLE color: 7706582.

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

Color convert

RGB214151117-
CMYK00.290.450.16
HSL21.03º54.19%64.9%-
HSV(B)21.03º45.33%83.92%-
XYZ42.0137.7121.89-
YUV165.96100.37162.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=44.40%
G=31.33%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415111700.290.450.1621.0354.1964.9
HexD6977501D2D10153641
Octal32622716503555202566101
Binary1101011010010111111010101110110110110000101011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69775; }

 p { color: rgb(214,151,117); }

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

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

 a { background-color: rgb(214,151,117); }

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

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

 span { border-color: rgb(214,151,117); }

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