#D09A7B

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

Shades of Feldspar #D09A7B

Tints of Feldspar #D09A7B

Color information

#D09A7B (or 0xD09A7B) is unknown color: approx Feldspar. HEX triplet: D0, 9A and 7B. RGB value is (208,154,123). Sum of RGB (Red+Green+Blue) = 208+154+123=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A7B is #2F6584. Grayscale: #A6A6A6. Windows color (decimal): -3106181 or 8100560. OLE color: 8100560.

HSL color Cylindrical-coordinate representation of color #D09A7B: hue angle of 21.88º degrees, saturation: 0.47, 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 #D09A7B is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208154123-
CMYK00.260.410.18
HSL21.88º47.49%64.9%-
HSV(B)21.88º40.87%81.57%-
XYZ41.1437.9523.9-
YUV166.61103.39157.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=42.89%
G=31.75%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815412300.260.410.1821.8847.4964.9
HexD09A7B01A2912162f41
Octal32023217303251222657101
Binary1101000010011010111101101101010100110010101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A7B; }

 p { color: rgb(208,154,123); }

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

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

 a { background-color: rgb(208,154,123); }

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

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

 span { border-color: rgb(208,154,123); }

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