#D08E7A

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

Shades of Feldspar #D08E7A

Tints of Feldspar #D08E7A

Color information

#D08E7A (or 0xD08E7A) is unknown color: approx Feldspar. HEX triplet: D0, 8E and 7A. RGB value is (208,142,122). Sum of RGB (Red+Green+Blue) = 208+142+122=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E7A is #2F7185. Grayscale: #9F9F9F. Windows color (decimal): -3109254 or 8031952. OLE color: 8031952.

HSL color Cylindrical-coordinate representation of color #D08E7A: hue angle of 13.95º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08E7A is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208142122-
CMYK00.320.410.18
HSL13.95º47.78%64.71%-
HSV(B)13.95º41.35%81.57%-
XYZ39.234.1622.94-
YUV159.45106.87162.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=44.07%
G=30.08%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814212200.320.410.1813.9547.7864.71
HexD08E7A0202912e3041
Octal32021617204051221660101
Binary1101000010001110111101001000001010011001011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08E7A; }

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

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

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

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

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

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

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

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