Html Css Color HEX #D1947F Feldspar

📋 copy color: '#D1947F'

red 209 ◦ green 148 ◦ blue 127

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

Shades of Feldspar #D1947F

Tints of Feldspar #D1947F

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

 GREEN value IS 148 (58.2% from 255) = 30.58%

 BLUE value IS 127 (50% from 255) = 26.24%

R = 43.18%
G = 30.58%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1947F (or 0xD1947F) is known color: Feldspar. HEX triplet: D1, 94 and 7F. RGB value is (209,148,127). Sum of RGB (Red+Green+Blue) = 209+148+127=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1947F is #2E6B80. Grayscale: #A3A3A3. Windows color (decimal): -3042177 or 8361169. OLE color: 8361169.

HSL color Cylindrical-coordinate representation of color #D1947F: hue angle of 15.37º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1947F is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 127 -
CMYK 0 0.29 0.39 0.18
HSL 15.37º 0.47% 0.66% -
HSV(B) 15.37º 0.39% 0.82% -
XYZ 40.72 36.27 24.93 -
YUV 163.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 209 148 127 0 0.29 0.39 0.18 15.37 0.47 0.66
Hex D1 94 7F 0 1D 27 12 F 2F 42
Octal 321 224 177 0 35 47 22 17 57 102
Binary 11010001 10010100 1111111 0 11101 100111 10010 1111 101111 1000010

Color Harmonies of #D1947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1947F

Black with #D1947F

Text Example


Text Example

White with #D1947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1947F; }

 p { color: rgb(209,148,127); }

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

background-color css

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

 a { background-color: rgb(209,148,127); }

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

border-color css

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

 span { border-color: rgb(209,148,127); }

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