#D29377

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

Shades of Feldspar #D29377

Tints of Feldspar #D29377

Color information

#D29377 (or 0xD29377) is unknown color: approx Feldspar. HEX triplet: D2, 93 and 77. RGB value is (210,147,119). Sum of RGB (Red+Green+Blue) = 210+147+119=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D29377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29377 is #2D6C88. Grayscale: #A2A2A2. Windows color (decimal): -2976905 or 7836626. OLE color: 7836626.

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

Color convert

RGB210147119-
CMYK00.300.430.18
HSL18.46º50.28%64.51%-
HSV(B)18.46º43.33%82.35%-
XYZ40.3435.922.26-
YUV162.65103.37161.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 119 (46.88% from 255) = 25%
R=44.12%
G=30.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014711900.300.430.1818.4650.2864.51
HexD2937701E2B12123241
Octal32222316703653222262101
Binary1101001010010011111011101111010101110010100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29377; }

 p { color: rgb(210,147,119); }

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

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

 a { background-color: rgb(210,147,119); }

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

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

 span { border-color: rgb(210,147,119); }

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