Html Css Color HEX #DA9373 Feldspar

📋 copy color: '#DA9373'

red 218 ◦ green 147 ◦ blue 115

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

Shades of Feldspar #DA9373

Tints of Feldspar #DA9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

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

R = 45.42%
G = 30.63%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9373 (or 0xDA9373) is known color: Feldspar. HEX triplet: DA, 93 and 73. RGB value is (218,147,115). Sum of RGB (Red+Green+Blue) = 218+147+115=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9373 is #256C8C. Grayscale: #A4A4A4. Windows color (decimal): -2452621 or 7574490. OLE color: 7574490.

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

Color convert

RGB 218 147 115 -
CMYK 0 0.33 0.47 0.15
HSL 18.64º 0.58% 0.65% -
HSV(B) 18.64º 0.47% 0.85% -
XYZ 42.44 37.01 21.13 -
YUV 164.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 218 147 115 0 0.33 0.47 0.15 18.64 0.58 0.65
Hex DA 93 73 0 21 2F F 13 3A 41
Octal 332 223 163 0 41 57 17 23 72 101
Binary 11011010 10010011 1110011 0 100001 101111 1111 10011 111010 1000001

Color Harmonies of #DA9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9373

Black with #DA9373

Text Example


Text Example

White with #DA9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9373; }

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

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

background-color css

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

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

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

border-color css

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

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

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