Html Css Color HEX #D19C7B Feldspar

📋 copy color: '#D19C7B'

red 209 ◦ green 156 ◦ blue 123

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

Shades of Feldspar #D19C7B

Tints of Feldspar #D19C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 42.83%
G = 31.97%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D19C7B (or 0xD19C7B) is known color: Feldspar. HEX triplet: D1, 9C and 7B. RGB value is (209,156,123). Sum of RGB (Red+Green+Blue) = 209+156+123=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C7B is #2E6384. Grayscale: #A8A8A8. Windows color (decimal): -3040133 or 8101073. OLE color: 8101073.

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

Color convert

RGB 209 156 123 -
CMYK 0 0.25 0.41 0.18
HSL 23.02º 0.48% 0.65% -
HSV(B) 23.02º 0.41% 0.82% -
XYZ 41.76 38.76 24.02 -
YUV 168.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 209 156 123 0 0.25 0.41 0.18 23.02 0.48 0.65
Hex D1 9C 7B 0 19 29 12 17 30 41
Octal 321 234 173 0 31 51 22 27 60 101
Binary 11010001 10011100 1111011 0 11001 101001 10010 10111 110000 1000001

Color Harmonies of #D19C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C7B

Black with #D19C7B

Text Example


Text Example

White with #D19C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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