Html Css Color HEX #D7936E Feldspar

📋 copy color: '#D7936E'

red 215 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #D7936E

Tints of Feldspar #D7936E

RGB

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

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

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

R = 45.55%
G = 31.14%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7936E (or 0xD7936E) is known color: Feldspar. HEX triplet: D7, 93 and 6E. RGB value is (215,147,110). Sum of RGB (Red+Green+Blue) = 215+147+110=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7936E is #286C91. Grayscale: #A3A3A3. Windows color (decimal): -2649234 or 7246807. OLE color: 7246807.

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

Color convert

RGB 215 147 110 -
CMYK 0 0.32 0.49 0.16
HSL 21.14º 0.57% 0.64% -
HSV(B) 21.14º 0.49% 0.84% -
XYZ 41.27 36.44 19.61 -
YUV 163.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 215 147 110 0 0.32 0.49 0.16 21.14 0.57 0.64
Hex D7 93 6E 0 20 31 10 15 39 40
Octal 327 223 156 0 40 61 20 25 71 100
Binary 11010111 10010011 1101110 0 100000 110001 10000 10101 111001 1000000

Color Harmonies of #D7936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7936E

Black with #D7936E

Text Example


Text Example

White with #D7936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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