Html Css Color HEX #D19B79 Feldspar

📋 copy color: '#D19B79'

red 209 ◦ green 155 ◦ blue 121

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

Shades of Feldspar #D19B79

Tints of Feldspar #D19B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

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

R = 43.09%
G = 31.96%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D19B79 (or 0xD19B79) is known color: Feldspar. HEX triplet: D1, 9B and 79. RGB value is (209,155,121). Sum of RGB (Red+Green+Blue) = 209+155+121=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B79 is #2E6486. Grayscale: #A7A7A7. Windows color (decimal): -3040391 or 7969745. OLE color: 7969745.

HSL color Cylindrical-coordinate representation of color #D19B79: hue angle of 23.18º 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 #D19B79 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 155 121 -
CMYK 0 0.26 0.42 0.18
HSL 23.18º 0.49% 0.65% -
HSV(B) 23.18º 0.42% 0.82% -
XYZ 41.47 38.38 23.31 -
YUV 167.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 209 155 121 0 0.26 0.42 0.18 23.18 0.49 0.65
Hex D1 9B 79 0 1A 2A 12 17 31 41
Octal 321 233 171 0 32 52 22 27 61 101
Binary 11010001 10011011 1111001 0 11010 101010 10010 10111 110001 1000001

Color Harmonies of #D19B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B79

Black with #D19B79

Text Example


Text Example

White with #D19B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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