Html Css Color HEX #D19A7C Feldspar

📋 copy color: '#D19A7C'

red 209 ◦ green 154 ◦ blue 124

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

Shades of Feldspar #D19A7C

Tints of Feldspar #D19A7C

RGB

 RED value IS 209 (82.03% from 255) = 42.92%

 GREEN value IS 154 (60.55% from 255) = 31.62%

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

R = 42.92%
G = 31.62%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D19A7C (or 0xD19A7C) is known color: Feldspar. HEX triplet: D1, 9A and 7C. RGB value is (209,154,124). Sum of RGB (Red+Green+Blue) = 209+154+124=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A7C is #2E6583. Grayscale: #A7A7A7. Windows color (decimal): -3040644 or 8166097. OLE color: 8166097.

HSL color Cylindrical-coordinate representation of color #D19A7C: hue angle of 21.18º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D19A7C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 124 -
CMYK 0 0.26 0.41 0.18
HSL 21.18º 0.48% 0.65% -
HSV(B) 21.18º 0.41% 0.82% -
XYZ 41.49 38.12 24.24 -
YUV 167.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 209 154 124 0 0.26 0.41 0.18 21.18 0.48 0.65
Hex D1 9A 7C 0 1A 29 12 15 30 41
Octal 321 232 174 0 32 51 22 25 60 101
Binary 11010001 10011010 1111100 0 11010 101001 10010 10101 110000 1000001

Color Harmonies of #D19A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A7C

Black with #D19A7C

Text Example


Text Example

White with #D19A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A7C; }

 p { color: rgb(209,154,124); }

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

background-color css

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

 a { background-color: rgb(209,154,124); }

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

border-color css

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

 span { border-color: rgb(209,154,124); }

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