#D08A74

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

Shades of Feldspar #D08A74

Tints of Feldspar #D08A74

Color information

#D08A74 (or 0xD08A74) is unknown color: approx Feldspar. HEX triplet: D0, 8A and 74. RGB value is (208,138,116). Sum of RGB (Red+Green+Blue) = 208+138+116=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A74 is #2F758B. Grayscale: #9C9C9C. Windows color (decimal): -3110284 or 7637712. OLE color: 7637712.

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

Color convert

RGB208138116-
CMYK00.340.440.18
HSL14.35º49.46%63.53%-
HSV(B)14.35º44.23%81.57%-
XYZ38.2532.8520.85-
YUV156.42105.19164.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=45.02%
G=29.87%
B=25.11%

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
Decimal20813811600.340.440.1814.3549.4663.53
HexD08A740222C12e3140
Octal32021216404254221661100
Binary1101000010001010111010001000101011001001011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08A74; }

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

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

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

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

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

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

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

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