#d08e72

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

Shades of Feldspar #D08E72

Tints of Feldspar #D08E72

Color information

#D08E72 (or 0xD08E72) is unknown color: approx Feldspar. HEX triplet: D0, 8E and 72. RGB value is (208,142,114). Sum of RGB (Red+Green+Blue) = 208+142+114=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E72 is #2F718D. Grayscale: #9E9E9E. Windows color (decimal): -3109262 or 7507664. OLE color: 7507664.

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

Color convert

RGB208142114-
CMYK00.320.450.18
HSL17.87º50%63.14%-
HSV(B)17.87º45.19%81.57%-
XYZ38.7233.9720.44-
YUV158.54102.87163.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=44.83%
G=30.60%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814211400.320.450.1817.875063.14
HexD08E720202D1212323f
Octal3202161620405522226277
Binary1101000010001110111001001000001011011001010010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08e72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08e72; }

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

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

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

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

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

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

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

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