Html Css Color HEX #D18974 Feldspar

📋 copy color: '#D18974'

red 209 ◦ green 137 ◦ blue 116

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

Shades of Feldspar #D18974

Tints of Feldspar #D18974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 45.24%
G = 29.65%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18974 (or 0xD18974) is known color: Feldspar. HEX triplet: D1, 89 and 74. RGB value is (209,137,116). Sum of RGB (Red+Green+Blue) = 209+137+116=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D18974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18974 is #2E768B. Grayscale: #9C9C9C. Windows color (decimal): -3045004 or 7637457. OLE color: 7637457.

HSL color Cylindrical-coordinate representation of color #D18974: hue angle of 13.55º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18974 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 116 -
CMYK 0 0.34 0.44 0.18
HSL 13.55º 0.5% 0.64% -
HSV(B) 13.55º 0.44% 0.82% -
XYZ 38.39 32.71 20.81 -
YUV 156.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 209 137 116 0 0.34 0.44 0.18 13.55 0.5 0.64
Hex D1 89 74 0 22 2C 12 E 32 40
Octal 321 211 164 0 42 54 22 16 62 100
Binary 11010001 10001001 1110100 0 100010 101100 10010 1110 110010 1000000

Color Harmonies of #D18974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18974

Black with #D18974

Text Example


Text Example

White with #D18974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18974; }

 p { color: rgb(209,137,116); }

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

background-color css

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

 a { background-color: rgb(209,137,116); }

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

border-color css

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

 span { border-color: rgb(209,137,116); }

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