Html Css Color HEX #DA9573 Feldspar

📋 copy color: '#DA9573'

red 218 ◦ green 149 ◦ blue 115

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

Shades of Feldspar #DA9573

Tints of Feldspar #DA9573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 45.23%
G = 30.91%
B = 23.86%

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

#DA9573 (or 0xDA9573) is known color: Feldspar. HEX triplet: DA, 95 and 73. RGB value is (218,149,115). Sum of RGB (Red+Green+Blue) = 218+149+115=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9573 is #256A8C. Grayscale: #A5A5A5. Windows color (decimal): -2452109 or 7575002. OLE color: 7575002.

HSL color Cylindrical-coordinate representation of color #DA9573: hue angle of 19.81º 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 #DA9573 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 115 -
CMYK 0 0.32 0.47 0.15
HSL 19.81º 0.58% 0.65% -
HSV(B) 19.81º 0.47% 0.85% -
XYZ 42.76 37.64 21.23 -
YUV 165.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 218 149 115 0 0.32 0.47 0.15 19.81 0.58 0.65
Hex DA 95 73 0 20 2F F 14 3A 41
Octal 332 225 163 0 40 57 17 24 72 101
Binary 11011010 10010101 1110011 0 100000 101111 1111 10100 111010 1000001

Color Harmonies of #DA9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9573

Black with #DA9573

Text Example


Text Example

White with #DA9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9573; }

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

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

background-color css

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

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

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

border-color css

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

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

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