Html Css Color HEX #D9957C Feldspar

📋 copy color: '#D9957C'

red 217 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #D9957C

Tints of Feldspar #D9957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.41%

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 44.29%
G = 30.41%
B = 25.31%

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

#D9957C (or 0xD9957C) is known color: Feldspar. HEX triplet: D9, 95 and 7C. RGB value is (217,149,124). Sum of RGB (Red+Green+Blue) = 217+149+124=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9957C is #266A83. Grayscale: #A6A6A6. Windows color (decimal): -2517636 or 8164825. OLE color: 8164825.

HSL color Cylindrical-coordinate representation of color #D9957C: hue angle of 16.13º 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 #D9957C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 124 -
CMYK 0 0.31 0.43 0.15
HSL 16.13º 0.55% 0.67% -
HSV(B) 16.13º 0.43% 0.85% -
XYZ 43 37.7 24.08 -
YUV 166.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 217 149 124 0 0.31 0.43 0.15 16.13 0.55 0.67
Hex D9 95 7C 0 1F 2B F 10 37 43
Octal 331 225 174 0 37 53 17 20 67 103
Binary 11011001 10010101 1111100 0 11111 101011 1111 10000 110111 1000011

Color Harmonies of #D9957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9957C

Black with #D9957C

Text Example


Text Example

White with #D9957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9957C; }

 p { color: rgb(217,149,124); }

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

background-color css

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

 a { background-color: rgb(217,149,124); }

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

border-color css

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

 span { border-color: rgb(217,149,124); }

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