Html Css Color HEX #D7946D Feldspar

📋 copy color: '#D7946D'

red 215 ◦ green 148 ◦ blue 109

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

Shades of Feldspar #D7946D

Tints of Feldspar #D7946D

RGB

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

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

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

R = 45.55%
G = 31.36%
B = 23.09%

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

#D7946D (or 0xD7946D) is known color: Feldspar. HEX triplet: D7, 94 and 6D. RGB value is (215,148,109). Sum of RGB (Red+Green+Blue) = 215+148+109=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7946D is #286B92. Grayscale: #A3A3A3. Windows color (decimal): -2648979 or 7181527. OLE color: 7181527.

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

Color convert

RGB 215 148 109 -
CMYK 0 0.31 0.49 0.16
HSL 22.08º 0.57% 0.64% -
HSV(B) 22.08º 0.49% 0.84% -
XYZ 41.37 36.73 19.38 -
YUV 163.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 215 148 109 0 0.31 0.49 0.16 22.08 0.57 0.64
Hex D7 94 6D 0 1F 31 10 16 39 40
Octal 327 224 155 0 37 61 20 26 71 100
Binary 11010111 10010100 1101101 0 11111 110001 10000 10110 111001 1000000

Color Harmonies of #D7946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7946D

Black with #D7946D

Text Example


Text Example

White with #D7946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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