Html Css Color HEX #D19C79 Feldspar

📋 copy color: '#D19C79'

red 209 ◦ green 156 ◦ blue 121

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

Shades of Feldspar #D19C79

Tints of Feldspar #D19C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 121 (47.66% from 255) = 24.9%

R = 43%
G = 32.1%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D19C79 (or 0xD19C79) is known color: Feldspar. HEX triplet: D1, 9C and 79. RGB value is (209,156,121). Sum of RGB (Red+Green+Blue) = 209+156+121=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C79 is #2E6386. Grayscale: #A8A8A8. Windows color (decimal): -3040135 or 7970001. OLE color: 7970001.

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

Color convert

RGB 209 156 121 -
CMYK 0 0.25 0.42 0.18
HSL 23.86º 0.49% 0.65% -
HSV(B) 23.86º 0.42% 0.82% -
XYZ 41.63 38.71 23.37 -
YUV 167.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 209 156 121 0 0.25 0.42 0.18 23.86 0.49 0.65
Hex D1 9C 79 0 19 2A 12 18 31 41
Octal 321 234 171 0 31 52 22 30 61 101
Binary 11010001 10011100 1111001 0 11001 101010 10010 11000 110001 1000001

Color Harmonies of #D19C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C79

Black with #D19C79

Text Example


Text Example

White with #D19C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C79; }

 p { color: rgb(209,156,121); }

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

background-color css

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

 a { background-color: rgb(209,156,121); }

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

border-color css

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

 span { border-color: rgb(209,156,121); }

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