#D39779

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

Shades of Feldspar #D39779

Tints of Feldspar #D39779

Color information

#D39779 (or 0xD39779) is unknown color: approx Feldspar. HEX triplet: D3, 97 and 79. RGB value is (211,151,121). Sum of RGB (Red+Green+Blue) = 211+151+121=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D39779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39779 is #2C6886. Grayscale: #A5A5A5. Windows color (decimal): -2910343 or 7968723. OLE color: 7968723.

HSL color Cylindrical-coordinate representation of color #D39779: hue angle of 20º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D39779 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB211151121-
CMYK00.280.430.17
HSL20º50.56%65.1%-
HSV(B)20º42.65%82.75%-
XYZ41.3837.3623.12-
YUV165.52102.88160.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.69%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=43.69%
G=31.26%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115112100.280.430.172050.5665.1
HexD3977901C2B11143341
Octal32322717103453212463101
Binary1101001110010111111100101110010101110001101001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39779; }

 p { color: rgb(211,151,121); }

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

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

 a { background-color: rgb(211,151,121); }

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

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

 span { border-color: rgb(211,151,121); }

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