#D69479

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

Shades of Feldspar #D69479

Tints of Feldspar #D69479

Color information

#D69479 (or 0xD69479) is unknown color: approx Feldspar. HEX triplet: D6, 94 and 79. RGB value is (214,148,121). Sum of RGB (Red+Green+Blue) = 214+148+121=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D69479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69479 is #296B86. Grayscale: #A4A4A4. Windows color (decimal): -2714503 or 7967958. OLE color: 7967958.

HSL color Cylindrical-coordinate representation of color #D69479: hue angle of 17.42º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D69479 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214148121-
CMYK00.310.430.16
HSL17.42º53.14%65.69%-
HSV(B)17.42º43.46%83.92%-
XYZ41.7736.8623-
YUV164.66103.37163.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=44.31%
G=30.64%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414812100.310.430.1617.4253.1465.69
HexD6947901F2B10113542
Octal32622417103753202165102
Binary1101011010010100111100101111110101110000100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69479; }

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

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

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

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

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

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

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

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