Html Css Color HEX #DA9570 Feldspar

📋 copy color: '#DA9570'

red 218 ◦ green 149 ◦ blue 112

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

Shades of Feldspar #DA9570

Tints of Feldspar #DA9570

RGB

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

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

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

R = 45.51%
G = 31.11%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9570 (or 0xDA9570) is known color: Feldspar. HEX triplet: DA, 95 and 70. RGB value is (218,149,112). Sum of RGB (Red+Green+Blue) = 218+149+112=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9570 is #256A8F. Grayscale: #A5A5A5. Windows color (decimal): -2452112 or 7378394. OLE color: 7378394.

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

Color convert

RGB 218 149 112 -
CMYK 0 0.32 0.49 0.15
HSL 20.94º 0.59% 0.65% -
HSV(B) 20.94º 0.49% 0.85% -
XYZ 42.59 37.57 20.34 -
YUV 165.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 218 149 112 0 0.32 0.49 0.15 20.94 0.59 0.65
Hex DA 95 70 0 20 31 F 15 3B 41
Octal 332 225 160 0 40 61 17 25 73 101
Binary 11011010 10010101 1110000 0 100000 110001 1111 10101 111011 1000001

Color Harmonies of #DA9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9570

Black with #DA9570

Text Example


Text Example

White with #DA9570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9570; }

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

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

background-color css

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

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

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

border-color css

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

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

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