Html Css Color HEX #D9947A Feldspar

📋 copy color: '#D9947A'

red 217 ◦ green 148 ◦ blue 122

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

Shades of Feldspar #D9947A

Tints of Feldspar #D9947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 44.56%
G = 30.39%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9947A (or 0xD9947A) is known color: Feldspar. HEX triplet: D9, 94 and 7A. RGB value is (217,148,122). Sum of RGB (Red+Green+Blue) = 217+148+122=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9947A is #266B85. Grayscale: #A5A5A5. Windows color (decimal): -2517894 or 8033497. OLE color: 8033497.

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

Color convert

RGB 217 148 122 -
CMYK 0 0.32 0.44 0.15
HSL 16.42º 0.56% 0.66% -
HSV(B) 16.42º 0.44% 0.85% -
XYZ 42.72 37.34 23.37 -
YUV 165.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 217 148 122 0 0.32 0.44 0.15 16.42 0.56 0.66
Hex D9 94 7A 0 20 2C F 10 38 42
Octal 331 224 172 0 40 54 17 20 70 102
Binary 11011001 10010100 1111010 0 100000 101100 1111 10000 111000 1000010

Color Harmonies of #D9947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9947A

Black with #D9947A

Text Example


Text Example

White with #D9947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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