Html Css Color HEX #D1946F Feldspar

📋 copy color: '#D1946F'

red 209 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #D1946F

Tints of Feldspar #D1946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 44.66%
G = 31.62%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1946F (or 0xD1946F) is known color: Feldspar. HEX triplet: D1, 94 and 6F. RGB value is (209,148,111). Sum of RGB (Red+Green+Blue) = 209+148+111=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1946F is #2E6B90. Grayscale: #A2A2A2. Windows color (decimal): -3042193 or 7312593. OLE color: 7312593.

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

Color convert

RGB 209 148 111 -
CMYK 0 0.29 0.47 0.18
HSL 22.65º 0.52% 0.63% -
HSV(B) 22.65º 0.47% 0.82% -
XYZ 39.75 35.88 19.87 -
YUV 162.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 209 148 111 0 0.29 0.47 0.18 22.65 0.52 0.63
Hex D1 94 6F 0 1D 2F 12 17 34 3F
Octal 321 224 157 0 35 57 22 27 64 77
Binary 11010001 10010100 1101111 0 11101 101111 10010 10111 110100 111111

Color Harmonies of #D1946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1946F

Black with #D1946F

Text Example


Text Example

White with #D1946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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