Html Css Color HEX #D1906D Feldspar

📋 copy color: '#D1906D'

red 209 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #D1906D

Tints of Feldspar #D1906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

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

R = 45.24%
G = 31.17%
B = 23.59%

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

#D1906D (or 0xD1906D) is known color: Feldspar. HEX triplet: D1, 90 and 6D. RGB value is (209,144,109). Sum of RGB (Red+Green+Blue) = 209+144+109=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1906D is #2E6F92. Grayscale: #9F9F9F. Windows color (decimal): -3043219 or 7180497. OLE color: 7180497.

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

Color convert

RGB 209 144 109 -
CMYK 0 0.31 0.48 0.18
HSL 21º 0.52% 0.62% -
HSV(B) 21º 0.48% 0.82% -
XYZ 39.03 34.61 19.09 -
YUV 159.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 209 144 109 0 0.31 0.48 0.18 21 0.52 0.62
Hex D1 90 6D 0 1F 30 12 15 34 3E
Octal 321 220 155 0 37 60 22 25 64 76
Binary 11010001 10010000 1101101 0 11111 110000 10010 10101 110100 111110

Color Harmonies of #D1906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1906D

Black with #D1906D

Text Example


Text Example

White with #D1906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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