Html Css Color HEX #D3967F Feldspar

📋 copy color: '#D3967F'

red 211 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #D3967F

Tints of Feldspar #D3967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

 BLUE value IS 127 (50% from 255) = 26.02%

R = 43.24%
G = 30.74%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3967F (or 0xD3967F) is known color: Feldspar. HEX triplet: D3, 96 and 7F. RGB value is (211,150,127). Sum of RGB (Red+Green+Blue) = 211+150+127=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3967F is #2C6980. Grayscale: #A5A5A5. Windows color (decimal): -2910593 or 8361683. OLE color: 8361683.

HSL color Cylindrical-coordinate representation of color #D3967F: hue angle of 16.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3967F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 127 -
CMYK 0 0.29 0.40 0.17
HSL 16.43º 0.49% 0.66% -
HSV(B) 16.43º 0.4% 0.83% -
XYZ 41.6 37.19 25.07 -
YUV 165.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 211 150 127 0 0.29 0.40 0.17 16.43 0.49 0.66
Hex D3 96 7F 0 1D 28 11 10 31 42
Octal 323 226 177 0 35 50 21 20 61 102
Binary 11010011 10010110 1111111 0 11101 101000 10001 10000 110001 1000010

Color Harmonies of #D3967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3967F

Black with #D3967F

Text Example


Text Example

White with #D3967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3967F; }

 p { color: rgb(211,150,127); }

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

background-color css

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

 a { background-color: rgb(211,150,127); }

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

border-color css

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

 span { border-color: rgb(211,150,127); }

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