Html Css Color HEX #D9967A Feldspar

📋 copy color: '#D9967A'

red 217 ◦ green 150 ◦ blue 122

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

Shades of Feldspar #D9967A

Tints of Feldspar #D9967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 44.38%
G = 30.67%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9967A (or 0xD9967A) is known color: Feldspar. HEX triplet: D9, 96 and 7A. RGB value is (217,150,122). Sum of RGB (Red+Green+Blue) = 217+150+122=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9967A is #266985. Grayscale: #A7A7A7. Windows color (decimal): -2517382 or 8034009. OLE color: 8034009.

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

Color convert

RGB 217 150 122 -
CMYK 0 0.31 0.44 0.15
HSL 17.68º 0.56% 0.66% -
HSV(B) 17.68º 0.44% 0.85% -
XYZ 43.03 37.97 23.47 -
YUV 166.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 217 150 122 0 0.31 0.44 0.15 17.68 0.56 0.66
Hex D9 96 7A 0 1F 2C F 12 38 42
Octal 331 226 172 0 37 54 17 22 70 102
Binary 11011001 10010110 1111010 0 11111 101100 1111 10010 111000 1000010

Color Harmonies of #D9967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9967A

Black with #D9967A

Text Example


Text Example

White with #D9967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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