#D08F71

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

Shades of Feldspar #D08F71

Tints of Feldspar #D08F71

Color information

#D08F71 (or 0xD08F71) is unknown color: approx Feldspar. HEX triplet: D0, 8F and 71. RGB value is (208,143,113). Sum of RGB (Red+Green+Blue) = 208+143+113=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F71 is #2F708E. Grayscale: #9F9F9F. Windows color (decimal): -3109007 or 7442384. OLE color: 7442384.

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

Color convert

RGB208143113-
CMYK00.310.460.18
HSL18.95º50.26%62.94%-
HSV(B)18.95º45.67%81.57%-
XYZ38.8234.2520.19-
YUV159.01102.03162.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=44.83%
G=30.82%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814311300.310.460.1818.9550.2662.94
HexD08F7101F2E1213323f
Octal3202171610375622236277
Binary110100001000111111100010111111011101001010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08F71; }

 p { color: rgb(208,143,113); }

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

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

 a { background-color: rgb(208,143,113); }

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

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

 span { border-color: rgb(208,143,113); }

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