Html Css Color HEX #DA9370 Feldspar

📋 copy color: '#DA9370'

red 218 ◦ green 147 ◦ blue 112

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

Shades of Feldspar #DA9370

Tints of Feldspar #DA9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 45.7%
G = 30.82%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9370 (or 0xDA9370) is known color: Feldspar. HEX triplet: DA, 93 and 70. RGB value is (218,147,112). Sum of RGB (Red+Green+Blue) = 218+147+112=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9370 is #256C8F. Grayscale: #A4A4A4. Windows color (decimal): -2452624 or 7377882. OLE color: 7377882.

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

Color convert

RGB 218 147 112 -
CMYK 0 0.33 0.49 0.15
HSL 19.81º 0.59% 0.65% -
HSV(B) 19.81º 0.49% 0.85% -
XYZ 42.27 36.94 20.23 -
YUV 164.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 218 147 112 0 0.33 0.49 0.15 19.81 0.59 0.65
Hex DA 93 70 0 21 31 F 14 3B 41
Octal 332 223 160 0 41 61 17 24 73 101
Binary 11011010 10010011 1110000 0 100001 110001 1111 10100 111011 1000001

Color Harmonies of #DA9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9370

Black with #DA9370

Text Example


Text Example

White with #DA9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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