Html Css Color HEX #D19A83 Feldspar

📋 copy color: '#D19A83'

red 209 ◦ green 154 ◦ blue 131

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

Shades of Feldspar #D19A83

Tints of Feldspar #D19A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 42.31%
G = 31.17%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D19A83 (or 0xD19A83) is known color: Feldspar. HEX triplet: D1, 9A and 83. RGB value is (209,154,131). Sum of RGB (Red+Green+Blue) = 209+154+131=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A83 is #2E657C. Grayscale: #A7A7A7. Windows color (decimal): -3040637 or 8624849. OLE color: 8624849.

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

Color convert

RGB 209 154 131 -
CMYK 0 0.26 0.37 0.18
HSL 17.69º 0.46% 0.67% -
HSV(B) 17.69º 0.37% 0.82% -
XYZ 41.95 38.31 26.66 -
YUV 167.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 209 154 131 0 0.26 0.37 0.18 17.69 0.46 0.67
Hex D1 9A 83 0 1A 25 12 12 2E 43
Octal 321 232 203 0 32 45 22 22 56 103
Binary 11010001 10011010 10000011 0 11010 100101 10010 10010 101110 1000011

Color Harmonies of #D19A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A83

Black with #D19A83

Text Example


Text Example

White with #D19A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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