Html Css Color HEX #D9947D Feldspar

📋 copy color: '#D9947D'

red 217 ◦ green 148 ◦ blue 125

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

Shades of Feldspar #D9947D

Tints of Feldspar #D9947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 44.29%
G = 30.2%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9947D (or 0xD9947D) is known color: Feldspar. HEX triplet: D9, 94 and 7D. RGB value is (217,148,125). Sum of RGB (Red+Green+Blue) = 217+148+125=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9947D is #266B82. Grayscale: #A6A6A6. Windows color (decimal): -2517891 or 8230105. OLE color: 8230105.

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

Color convert

RGB 217 148 125 -
CMYK 0 0.32 0.42 0.15
HSL 15º 0.55% 0.67% -
HSV(B) 15º 0.42% 0.85% -
XYZ 42.91 37.41 24.36 -
YUV 166.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 217 148 125 0 0.32 0.42 0.15 15 0.55 0.67
Hex D9 94 7D 0 20 2A F F 37 43
Octal 331 224 175 0 40 52 17 17 67 103
Binary 11011001 10010100 1111101 0 100000 101010 1111 1111 110111 1000011

Color Harmonies of #D9947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9947D

Black with #D9947D

Text Example


Text Example

White with #D9947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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