#D69476

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

Shades of Feldspar #D69476

Tints of Feldspar #D69476

Color information

#D69476 (or 0xD69476) is unknown color: approx Feldspar. HEX triplet: D6, 94 and 76. RGB value is (214,148,118). Sum of RGB (Red+Green+Blue) = 214+148+118=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69476 is #296B89. Grayscale: #A4A4A4. Windows color (decimal): -2714506 or 7771350. OLE color: 7771350.

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

Color convert

RGB214148118-
CMYK00.310.450.16
HSL18.75º53.93%65.1%-
HSV(B)18.75º44.86%83.92%-
XYZ41.5936.7822.05-
YUV164.31101.87163.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=44.58%
G=30.83%
B=24.58%

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
Decimal21414811800.310.450.1618.7553.9365.1
HexD6947601F2D10133641
Octal32622416603755202366101
Binary1101011010010100111011001111110110110000100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69476; }

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

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

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

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

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

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

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

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