#DA9273

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

Shades of Feldspar #DA9273

Tints of Feldspar #DA9273

Color information

#DA9273 (or 0xDA9273) is unknown color: approx Feldspar. HEX triplet: DA, 92 and 73. RGB value is (218,146,115). Sum of RGB (Red+Green+Blue) = 218+146+115=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9273 is #256D8C. Grayscale: #A4A4A4. Windows color (decimal): -2452877 or 7574234. OLE color: 7574234.

HSL color Cylindrical-coordinate representation of color #DA9273: hue angle of 18.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA9273 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB218146115-
CMYK00.330.470.15
HSL18.06º58.19%65.29%-
HSV(B)18.06º47.25%85.49%-
XYZ42.2936.721.07-
YUV163.99100.35166.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=45.51%
G=30.48%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814611500.330.470.1518.0658.1965.29
HexDA92730212FF123a41
Octal33222216304157172272101
Binary1101101010010010111001101000011011111111100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9273; }

 p { color: rgb(218,146,115); }

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

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

 a { background-color: rgb(218,146,115); }

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

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

 span { border-color: rgb(218,146,115); }

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