Html Css Color HEX #D7946E Feldspar

📋 copy color: '#D7946E'

red 215 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #D7946E

Tints of Feldspar #D7946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

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

R = 45.45%
G = 31.29%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7946E (or 0xD7946E) is known color: Feldspar. HEX triplet: D7, 94 and 6E. RGB value is (215,148,110). Sum of RGB (Red+Green+Blue) = 215+148+110=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7946E is #286B91. Grayscale: #A3A3A3. Windows color (decimal): -2648978 or 7247063. OLE color: 7247063.

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

Color convert

RGB 215 148 110 -
CMYK 0 0.31 0.49 0.16
HSL 21.71º 0.57% 0.64% -
HSV(B) 21.71º 0.49% 0.84% -
XYZ 41.43 36.75 19.66 -
YUV 163.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 215 148 110 0 0.31 0.49 0.16 21.71 0.57 0.64
Hex D7 94 6E 0 1F 31 10 16 39 40
Octal 327 224 156 0 37 61 20 26 71 100
Binary 11010111 10010100 1101110 0 11111 110001 10000 10110 111001 1000000

Color Harmonies of #D7946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7946E

Black with #D7946E

Text Example


Text Example

White with #D7946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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