Html Css Color HEX #D7936F Feldspar

📋 copy color: '#D7936F'

red 215 ◦ green 147 ◦ blue 111

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

Shades of Feldspar #D7936F

Tints of Feldspar #D7936F

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

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

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

R = 45.45%
G = 31.08%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7936F (or 0xD7936F) is known color: Feldspar. HEX triplet: D7, 93 and 6F. RGB value is (215,147,111). Sum of RGB (Red+Green+Blue) = 215+147+111=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7936F is #286C90. Grayscale: #A3A3A3. Windows color (decimal): -2649233 or 7312343. OLE color: 7312343.

HSL color Cylindrical-coordinate representation of color #D7936F: hue angle of 20.77º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7936F is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 147 111 -
CMYK 0 0.32 0.48 0.16
HSL 20.77º 0.57% 0.64% -
HSV(B) 20.77º 0.48% 0.84% -
XYZ 41.33 36.46 19.9 -
YUV 163.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 215 147 111 0 0.32 0.48 0.16 20.77 0.57 0.64
Hex D7 93 6F 0 20 30 10 15 39 40
Octal 327 223 157 0 40 60 20 25 71 100
Binary 11010111 10010011 1101111 0 100000 110000 10000 10101 111001 1000000

Color Harmonies of #D7936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7936F

Black with #D7936F

Text Example


Text Example

White with #D7936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7936F; }

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

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

background-color css

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

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

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

border-color css

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

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

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