Html Css Color HEX #D1916E Feldspar

📋 copy color: '#D1916E'

red 209 ◦ green 145 ◦ blue 110

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

Shades of Feldspar #D1916E

Tints of Feldspar #D1916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

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

R = 45.04%
G = 31.25%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1916E (or 0xD1916E) is known color: Feldspar. HEX triplet: D1, 91 and 6E. RGB value is (209,145,110). Sum of RGB (Red+Green+Blue) = 209+145+110=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1916E is #2E6E91. Grayscale: #A0A0A0. Windows color (decimal): -3042962 or 7246289. OLE color: 7246289.

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

Color convert

RGB 209 145 110 -
CMYK 0 0.31 0.47 0.18
HSL 21.21º 0.52% 0.63% -
HSV(B) 21.21º 0.47% 0.82% -
XYZ 39.23 34.93 19.43 -
YUV 160.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 209 145 110 0 0.31 0.47 0.18 21.21 0.52 0.63
Hex D1 91 6E 0 1F 2F 12 15 34 3F
Octal 321 221 156 0 37 57 22 25 64 77
Binary 11010001 10010001 1101110 0 11111 101111 10010 10101 110100 111111

Color Harmonies of #D1916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1916E

Black with #D1916E

Text Example


Text Example

White with #D1916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1916E; }

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

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

background-color css

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

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

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

border-color css

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

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

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