Html Css Color HEX #D1916D Feldspar

📋 copy color: '#D1916D'

red 209 ◦ green 145 ◦ blue 109

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

Shades of Feldspar #D1916D

Tints of Feldspar #D1916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 45.14%
G = 31.32%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1916D (or 0xD1916D) is known color: Feldspar. HEX triplet: D1, 91 and 6D. RGB value is (209,145,109). Sum of RGB (Red+Green+Blue) = 209+145+109=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1916D is #2E6E92. Grayscale: #A0A0A0. Windows color (decimal): -3042963 or 7180753. OLE color: 7180753.

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

Color convert

RGB 209 145 109 -
CMYK 0 0.31 0.48 0.18
HSL 21.6º 0.52% 0.62% -
HSV(B) 21.6º 0.48% 0.82% -
XYZ 39.18 34.91 19.14 -
YUV 160.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 209 145 109 0 0.31 0.48 0.18 21.6 0.52 0.62
Hex D1 91 6D 0 1F 30 12 16 34 3E
Octal 321 221 155 0 37 60 22 26 64 76
Binary 11010001 10010001 1101101 0 11111 110000 10010 10110 110100 111110

Color Harmonies of #D1916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1916D

Black with #D1916D

Text Example


Text Example

White with #D1916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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