#D08972

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

Shades of Feldspar #D08972

Tints of Feldspar #D08972

Color information

#D08972 (or 0xD08972) is unknown color: approx Feldspar. HEX triplet: D0, 89 and 72. RGB value is (208,137,114). Sum of RGB (Red+Green+Blue) = 208+137+114=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D08972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08972 is #2F768D. Grayscale: #9B9B9B. Windows color (decimal): -3110542 or 7506384. OLE color: 7506384.

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

Color convert

RGB208137114-
CMYK00.340.450.18
HSL14.68º50%63.14%-
HSV(B)14.68º45.19%81.57%-
XYZ3832.5220.19-
YUV155.61104.52165.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=45.32%
G=29.85%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813711400.340.450.1814.685063.14
HexD089720222D12f323f
Octal3202111620425522176277
Binary110100001000100111100100100010101101100101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08972; }

 p { color: rgb(208,137,114); }

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

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

 a { background-color: rgb(208,137,114); }

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

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

 span { border-color: rgb(208,137,114); }

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