#D09073

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

Shades of Feldspar #D09073

Tints of Feldspar #D09073

Color information

#D09073 (or 0xD09073) is unknown color: approx Feldspar. HEX triplet: D0, 90 and 73. RGB value is (208,144,115). Sum of RGB (Red+Green+Blue) = 208+144+115=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D09073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09073 is #2F6F8C. Grayscale: #A0A0A0. Windows color (decimal): -3108749 or 7573712. OLE color: 7573712.

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

Color convert

RGB208144115-
CMYK00.310.450.18
HSL18.71º49.73%63.33%-
HSV(B)18.71º44.71%81.57%-
XYZ39.0834.5920.84-
YUV159.83102.7162.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=44.54%
G=30.84%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814411500.310.450.1818.7149.7363.33
HexD0907301F2D1213323f
Octal3202201630375522236277
Binary110100001001000011100110111111011011001010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09073; }

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

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

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

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

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

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

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

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