Html Css Color HEX #DA9172 Feldspar

📋 copy color: '#DA9172'

red 218 ◦ green 145 ◦ blue 114

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

Shades of Feldspar #DA9172

Tints of Feldspar #DA9172

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

 GREEN value IS 145 (57.03% from 255) = 30.4%

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

R = 45.7%
G = 30.4%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9172 (or 0xDA9172) is known color: Feldspar. HEX triplet: DA, 91 and 72. RGB value is (218,145,114). Sum of RGB (Red+Green+Blue) = 218+145+114=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9172 is #256E8D. Grayscale: #A3A3A3. Windows color (decimal): -2453134 or 7508442. OLE color: 7508442.

HSL color Cylindrical-coordinate representation of color #DA9172: hue angle of 17.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA9172 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 114 -
CMYK 0 0.33 0.48 0.15
HSL 17.88º 0.58% 0.65% -
HSV(B) 17.88º 0.48% 0.85% -
XYZ 42.08 36.37 20.72 -
YUV 163.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 218 145 114 0 0.33 0.48 0.15 17.88 0.58 0.65
Hex DA 91 72 0 21 30 F 12 3A 41
Octal 332 221 162 0 41 60 17 22 72 101
Binary 11011010 10010001 1110010 0 100001 110000 1111 10010 111010 1000001

Color Harmonies of #DA9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9172

Black with #DA9172

Text Example


Text Example

White with #DA9172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9172; }

 p { color: rgb(218,145,114); }

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

background-color css

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

 a { background-color: rgb(218,145,114); }

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

border-color css

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

 span { border-color: rgb(218,145,114); }

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