Html Css Color HEX #D9967B Feldspar

📋 copy color: '#D9967B'

red 217 ◦ green 150 ◦ blue 123

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

Shades of Feldspar #D9967B

Tints of Feldspar #D9967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 44.29%
G = 30.61%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9967B (or 0xD9967B) is known color: Feldspar. HEX triplet: D9, 96 and 7B. RGB value is (217,150,123). Sum of RGB (Red+Green+Blue) = 217+150+123=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9967B is #266984. Grayscale: #A7A7A7. Windows color (decimal): -2517381 or 8099545. OLE color: 8099545.

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

Color convert

RGB 217 150 123 -
CMYK 0 0.31 0.43 0.15
HSL 17.23º 0.55% 0.67% -
HSV(B) 17.23º 0.43% 0.85% -
XYZ 43.1 37.99 23.8 -
YUV 166.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 217 150 123 0 0.31 0.43 0.15 17.23 0.55 0.67
Hex D9 96 7B 0 1F 2B F 11 37 43
Octal 331 226 173 0 37 53 17 21 67 103
Binary 11011001 10010110 1111011 0 11111 101011 1111 10001 110111 1000011

Color Harmonies of #D9967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9967B

Black with #D9967B

Text Example


Text Example

White with #D9967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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