#D69475

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

Shades of Feldspar #D69475

Tints of Feldspar #D69475

Color information

#D69475 (or 0xD69475) is unknown color: approx Feldspar. HEX triplet: D6, 94 and 75. RGB value is (214,148,117). Sum of RGB (Red+Green+Blue) = 214+148+117=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69475 is #296B8A. Grayscale: #A4A4A4. Windows color (decimal): -2714507 or 7705814. OLE color: 7705814.

HSL color Cylindrical-coordinate representation of color #D69475: hue angle of 19.18º 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 #D69475 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214148117-
CMYK00.310.450.16
HSL19.18º54.19%64.9%-
HSV(B)19.18º45.33%83.92%-
XYZ41.5336.7621.74-
YUV164.2101.37163.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=44.68%
G=30.90%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414811700.310.450.1619.1854.1964.9
HexD6947501F2D10133641
Octal32622416503755202366101
Binary1101011010010100111010101111110110110000100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69475; }

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

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

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

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

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

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

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

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