#D09373

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

Shades of Feldspar #D09373

Tints of Feldspar #D09373

Color information

#D09373 (or 0xD09373) is unknown color: approx Feldspar. HEX triplet: D0, 93 and 73. RGB value is (208,147,115). Sum of RGB (Red+Green+Blue) = 208+147+115=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D09373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09373 is #2F6C8C. Grayscale: #A1A1A1. Windows color (decimal): -3107981 or 7574480. OLE color: 7574480.

HSL color Cylindrical-coordinate representation of color #D09373: hue angle of 20.65º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D09373 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208147115-
CMYK00.290.450.18
HSL20.65º49.73%63.33%-
HSV(B)20.65º44.71%81.57%-
XYZ39.5435.5220.99-
YUV161.59101.71161.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=44.26%
G=31.28%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814711500.290.450.1820.6549.7363.33
HexD0937301D2D1215323f
Octal3202231630355522256277
Binary110100001001001111100110111011011011001010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09373; }

 p { color: rgb(208,147,115); }

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

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

 a { background-color: rgb(208,147,115); }

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

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

 span { border-color: rgb(208,147,115); }

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