Html Css Color HEX #D3987C Feldspar

📋 copy color: '#D3987C'

red 211 ◦ green 152 ◦ blue 124

#D3987C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D3987C

Tints of Feldspar #D3987C

RGB

 RED value IS 211 (82.81% from 255) = 43.33%

 GREEN value IS 152 (59.77% from 255) = 31.21%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 43.33%
G = 31.21%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3987C (or 0xD3987C) is known color: Feldspar. HEX triplet: D3, 98 and 7C. RGB value is (211,152,124). Sum of RGB (Red+Green+Blue) = 211+152+124=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3987C is #2C6783. Grayscale: #A6A6A6. Windows color (decimal): -2910084 or 8165587. OLE color: 8165587.

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

Color convert

RGB 211 152 124 -
CMYK 0 0.28 0.41 0.17
HSL 19.31º 0.5% 0.66% -
HSV(B) 19.31º 0.41% 0.83% -
XYZ 41.73 37.76 24.16 -
YUV 166.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 211 152 124 0 0.28 0.41 0.17 19.31 0.5 0.66
Hex D3 98 7C 0 1C 29 11 13 32 42
Octal 323 230 174 0 34 51 21 23 62 102
Binary 11010011 10011000 1111100 0 11100 101001 10001 10011 110010 1000010

Color Harmonies of #D3987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3987C

Black with #D3987C

Text Example


Text Example

White with #D3987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3987C; }

 p { color: rgb(211,152,124); }

 H1.HeaderClassName
 {
   color: #D3987C;
 }
 .AnyTagClassName
 {
   color: #D3987C;
 }
</style>

background-color css

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

 a { background-color: rgb(211,152,124); }

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

border-color css

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

 span { border-color: rgb(211,152,124); }

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