Html Css Color HEX #D7967F Feldspar

📋 copy color: '#D7967F'

red 215 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #D7967F

Tints of Feldspar #D7967F

RGB

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

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

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

R = 43.7%
G = 30.49%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7967F (or 0xD7967F) is known color: Feldspar. HEX triplet: D7, 96 and 7F. RGB value is (215,150,127). Sum of RGB (Red+Green+Blue) = 215+150+127=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7967F is #286980. Grayscale: #A6A6A6. Windows color (decimal): -2648449 or 8361687. OLE color: 8361687.

HSL color Cylindrical-coordinate representation of color #D7967F: hue angle of 15.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7967F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 127 -
CMYK 0 0.30 0.41 0.16
HSL 15.68º 0.52% 0.67% -
HSV(B) 15.68º 0.41% 0.84% -
XYZ 42.76 37.79 25.12 -
YUV 166.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 215 150 127 0 0.30 0.41 0.16 15.68 0.52 0.67
Hex D7 96 7F 0 1E 29 10 10 34 43
Octal 327 226 177 0 36 51 20 20 64 103
Binary 11010111 10010110 1111111 0 11110 101001 10000 10000 110100 1000011

Color Harmonies of #D7967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7967F

Black with #D7967F

Text Example


Text Example

White with #D7967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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