Html Css Color HEX #D19C7A Feldspar

📋 copy color: '#D19C7A'

red 209 ◦ green 156 ◦ blue 122

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

Shades of Feldspar #D19C7A

Tints of Feldspar #D19C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 42.92%
G = 32.03%
B = 25.05%

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

#D19C7A (or 0xD19C7A) is known color: Feldspar. HEX triplet: D1, 9C and 7A. RGB value is (209,156,122). Sum of RGB (Red+Green+Blue) = 209+156+122=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C7A is #2E6385. Grayscale: #A8A8A8. Windows color (decimal): -3040134 or 8035537. OLE color: 8035537.

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

Color convert

RGB 209 156 122 -
CMYK 0 0.25 0.42 0.18
HSL 23.45º 0.49% 0.65% -
HSV(B) 23.45º 0.42% 0.82% -
XYZ 41.7 38.74 23.69 -
YUV 167.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 209 156 122 0 0.25 0.42 0.18 23.45 0.49 0.65
Hex D1 9C 7A 0 19 2A 12 17 31 41
Octal 321 234 172 0 31 52 22 27 61 101
Binary 11010001 10011100 1111010 0 11001 101010 10010 10111 110001 1000001

Color Harmonies of #D19C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C7A

Black with #D19C7A

Text Example


Text Example

White with #D19C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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