Html Css Color HEX #D3946D Feldspar

📋 copy color: '#D3946D'

red 211 ◦ green 148 ◦ blue 109

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

Shades of Feldspar #D3946D

Tints of Feldspar #D3946D

RGB

 RED value IS 211 (82.81% from 255) = 45.09%

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

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

R = 45.09%
G = 31.62%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3946D (or 0xD3946D) is known color: Feldspar. HEX triplet: D3, 94 and 6D. RGB value is (211,148,109). Sum of RGB (Red+Green+Blue) = 211+148+109=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3946D is #2C6B92. Grayscale: #A2A2A2. Windows color (decimal): -2911123 or 7181523. OLE color: 7181523.

HSL color Cylindrical-coordinate representation of color #D3946D: hue angle of 22.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3946D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 109 -
CMYK 0 0.30 0.48 0.17
HSL 22.94º 0.54% 0.63% -
HSV(B) 22.94º 0.48% 0.83% -
XYZ 40.21 36.13 19.32 -
YUV 162.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 211 148 109 0 0.30 0.48 0.17 22.94 0.54 0.63
Hex D3 94 6D 0 1E 30 11 17 36 3F
Octal 323 224 155 0 36 60 21 27 66 77
Binary 11010011 10010100 1101101 0 11110 110000 10001 10111 110110 111111

Color Harmonies of #D3946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3946D

Black with #D3946D

Text Example


Text Example

White with #D3946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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