Html Css Color HEX #D9947C Feldspar

📋 copy color: '#D9947C'

red 217 ◦ green 148 ◦ blue 124

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

Shades of Feldspar #D9947C

Tints of Feldspar #D9947C

RGB

 RED value IS 217 (85.16% from 255) = 44.38%

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

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

R = 44.38%
G = 30.27%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9947C (or 0xD9947C) is known color: Feldspar. HEX triplet: D9, 94 and 7C. RGB value is (217,148,124). Sum of RGB (Red+Green+Blue) = 217+148+124=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9947C is #266B83. Grayscale: #A6A6A6. Windows color (decimal): -2517892 or 8164569. OLE color: 8164569.

HSL color Cylindrical-coordinate representation of color #D9947C: hue angle of 15.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9947C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 124 -
CMYK 0 0.32 0.43 0.15
HSL 15.48º 0.55% 0.67% -
HSV(B) 15.48º 0.43% 0.85% -
XYZ 42.84 37.39 24.03 -
YUV 165.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 217 148 124 0 0.32 0.43 0.15 15.48 0.55 0.67
Hex D9 94 7C 0 20 2B F F 37 43
Octal 331 224 174 0 40 53 17 17 67 103
Binary 11011001 10010100 1111100 0 100000 101011 1111 1111 110111 1000011

Color Harmonies of #D9947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9947C

Black with #D9947C

Text Example


Text Example

White with #D9947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9947C; }

 p { color: rgb(217,148,124); }

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

background-color css

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

 a { background-color: rgb(217,148,124); }

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

border-color css

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

 span { border-color: rgb(217,148,124); }

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