Html Css Color HEX #D1936F Feldspar

📋 copy color: '#D1936F'

red 209 ◦ green 147 ◦ blue 111

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

Shades of Feldspar #D1936F

Tints of Feldspar #D1936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

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

R = 44.75%
G = 31.48%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1936F (or 0xD1936F) is known color: Feldspar. HEX triplet: D1, 93 and 6F. RGB value is (209,147,111). Sum of RGB (Red+Green+Blue) = 209+147+111=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1936F is #2E6C90. Grayscale: #A1A1A1. Windows color (decimal): -3042449 or 7312337. OLE color: 7312337.

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

Color convert

RGB 209 147 111 -
CMYK 0 0.30 0.47 0.18
HSL 22.04º 0.52% 0.63% -
HSV(B) 22.04º 0.47% 0.82% -
XYZ 39.6 35.57 19.82 -
YUV 161.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 209 147 111 0 0.30 0.47 0.18 22.04 0.52 0.63
Hex D1 93 6F 0 1E 2F 12 16 34 3F
Octal 321 223 157 0 36 57 22 26 64 77
Binary 11010001 10010011 1101111 0 11110 101111 10010 10110 110100 111111

Color Harmonies of #D1936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1936F

Black with #D1936F

Text Example


Text Example

White with #D1936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1936F; }

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

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

background-color css

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

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

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

border-color css

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

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

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