Html Css Color HEX #D1946E Feldspar

📋 copy color: '#D1946E'

red 209 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #D1946E

Tints of Feldspar #D1946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 44.75%
G = 31.69%
B = 23.55%

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

#D1946E (or 0xD1946E) is known color: Feldspar. HEX triplet: D1, 94 and 6E. RGB value is (209,148,110). Sum of RGB (Red+Green+Blue) = 209+148+110=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1946E is #2E6B91. Grayscale: #A2A2A2. Windows color (decimal): -3042194 or 7247057. OLE color: 7247057.

HSL color Cylindrical-coordinate representation of color #D1946E: hue angle of 23.03º 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 #D1946E is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 110 -
CMYK 0 0.29 0.47 0.18
HSL 23.03º 0.52% 0.63% -
HSV(B) 23.03º 0.47% 0.82% -
XYZ 39.7 35.86 19.58 -
YUV 161.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 209 148 110 0 0.29 0.47 0.18 23.03 0.52 0.63
Hex D1 94 6E 0 1D 2F 12 17 34 3F
Octal 321 224 156 0 35 57 22 27 64 77
Binary 11010001 10010100 1101110 0 11101 101111 10010 10111 110100 111111

Color Harmonies of #D1946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1946E

Black with #D1946E

Text Example


Text Example

White with #D1946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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