Html Css Color HEX #D9967D Feldspar

📋 copy color: '#D9967D'

red 217 ◦ green 150 ◦ blue 125

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

Shades of Feldspar #D9967D

Tints of Feldspar #D9967D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 44.11%
G = 30.49%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9967D (or 0xD9967D) is known color: Feldspar. HEX triplet: D9, 96 and 7D. RGB value is (217,150,125). Sum of RGB (Red+Green+Blue) = 217+150+125=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9967D is #266982. Grayscale: #A7A7A7. Windows color (decimal): -2517379 or 8230617. OLE color: 8230617.

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

Color convert

RGB 217 150 125 -
CMYK 0 0.31 0.42 0.15
HSL 16.3º 0.55% 0.67% -
HSV(B) 16.3º 0.42% 0.85% -
XYZ 43.22 38.05 24.47 -
YUV 167.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 217 150 125 0 0.31 0.42 0.15 16.3 0.55 0.67
Hex D9 96 7D 0 1F 2A F 10 37 43
Octal 331 226 175 0 37 52 17 20 67 103
Binary 11011001 10010110 1111101 0 11111 101010 1111 10000 110111 1000011

Color Harmonies of #D9967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9967D

Black with #D9967D

Text Example


Text Example

White with #D9967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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