Html Css Color HEX #D18A72 Feldspar

📋 copy color: '#D18A72'

red 209 ◦ green 138 ◦ blue 114

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

Shades of Feldspar #D18A72

Tints of Feldspar #D18A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 45.34%
G = 29.93%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D18A72 (or 0xD18A72) is known color: Feldspar. HEX triplet: D1, 8A and 72. RGB value is (209,138,114). Sum of RGB (Red+Green+Blue) = 209+138+114=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A72 is #2E758D. Grayscale: #9C9C9C. Windows color (decimal): -3044750 or 7506641. OLE color: 7506641.

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

Color convert

RGB 209 138 114 -
CMYK 0 0.34 0.45 0.18
HSL 15.16º 0.51% 0.63% -
HSV(B) 15.16º 0.45% 0.82% -
XYZ 38.42 32.95 20.25 -
YUV 156.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 209 138 114 0 0.34 0.45 0.18 15.16 0.51 0.63
Hex D1 8A 72 0 22 2D 12 F 33 3F
Octal 321 212 162 0 42 55 22 17 63 77
Binary 11010001 10001010 1110010 0 100010 101101 10010 1111 110011 111111

Color Harmonies of #D18A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A72

Black with #D18A72

Text Example


Text Example

White with #D18A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A72; }

 p { color: rgb(209,138,114); }

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

background-color css

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

 a { background-color: rgb(209,138,114); }

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

border-color css

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

 span { border-color: rgb(209,138,114); }

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