Html Css Color HEX #D9967F Feldspar

📋 copy color: '#D9967F'

red 217 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #D9967F

Tints of Feldspar #D9967F

RGB

 RED value IS 217 (85.16% from 255) = 43.93%

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

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

R = 43.93%
G = 30.36%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9967F (or 0xD9967F) is known color: Feldspar. HEX triplet: D9, 96 and 7F. RGB value is (217,150,127). Sum of RGB (Red+Green+Blue) = 217+150+127=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9967F is #266980. Grayscale: #A7A7A7. Windows color (decimal): -2517377 or 8361689. OLE color: 8361689.

HSL color Cylindrical-coordinate representation of color #D9967F: hue angle of 15.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9967F is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 127 -
CMYK 0 0.31 0.41 0.15
HSL 15.33º 0.54% 0.67% -
HSV(B) 15.33º 0.41% 0.85% -
XYZ 43.35 38.1 25.15 -
YUV 167.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 217 150 127 0 0.31 0.41 0.15 15.33 0.54 0.67
Hex D9 96 7F 0 1F 29 F F 36 43
Octal 331 226 177 0 37 51 17 17 66 103
Binary 11011001 10010110 1111111 0 11111 101001 1111 1111 110110 1000011

Color Harmonies of #D9967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9967F

Black with #D9967F

Text Example


Text Example

White with #D9967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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