Html Css Color HEX #DA9473 Feldspar

📋 copy color: '#DA9473'

red 218 ◦ green 148 ◦ blue 115

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

Shades of Feldspar #DA9473

Tints of Feldspar #DA9473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 45.32%
G = 30.77%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9473 (or 0xDA9473) is known color: Feldspar. HEX triplet: DA, 94 and 73. RGB value is (218,148,115). Sum of RGB (Red+Green+Blue) = 218+148+115=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9473 is #256B8C. Grayscale: #A5A5A5. Windows color (decimal): -2452365 or 7574746. OLE color: 7574746.

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

Color convert

RGB 218 148 115 -
CMYK 0 0.32 0.47 0.15
HSL 19.22º 0.58% 0.65% -
HSV(B) 19.22º 0.47% 0.85% -
XYZ 42.6 37.32 21.18 -
YUV 165.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 218 148 115 0 0.32 0.47 0.15 19.22 0.58 0.65
Hex DA 94 73 0 20 2F F 13 3A 41
Octal 332 224 163 0 40 57 17 23 72 101
Binary 11011010 10010100 1110011 0 100000 101111 1111 10011 111010 1000001

Color Harmonies of #DA9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9473

Black with #DA9473

Text Example


Text Example

White with #DA9473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9473; }

 p { color: rgb(218,148,115); }

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

background-color css

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

 a { background-color: rgb(218,148,115); }

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

border-color css

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

 span { border-color: rgb(218,148,115); }

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