#D08974

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

Shades of Feldspar #D08974

Tints of Feldspar #D08974

Color information

#D08974 (or 0xD08974) is unknown color: approx Feldspar. HEX triplet: D0, 89 and 74. RGB value is (208,137,116). Sum of RGB (Red+Green+Blue) = 208+137+116=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D08974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08974 is #2F768B. Grayscale: #9B9B9B. Windows color (decimal): -3110540 or 7637456. OLE color: 7637456.

HSL color Cylindrical-coordinate representation of color #D08974: hue angle of 13.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08974 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208137116-
CMYK00.340.440.18
HSL13.7º49.46%63.53%-
HSV(B)13.7º44.23%81.57%-
XYZ38.1132.5620.8-
YUV155.83105.52165.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=45.12%
G=29.72%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813711600.340.440.1813.749.4663.53
HexD089740222C12e3140
Octal32021116404254221661100
Binary1101000010001001111010001000101011001001011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08974; }

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

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

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

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

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

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

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

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