Html Css Color HEX #DA9071 Feldspar

📋 copy color: '#DA9071'

red 218 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #DA9071

Tints of Feldspar #DA9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.32%

 BLUE value IS 113 (44.53% from 255) = 23.79%

R = 45.89%
G = 30.32%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9071 (or 0xDA9071) is known color: Feldspar. HEX triplet: DA, 90 and 71. RGB value is (218,144,113). Sum of RGB (Red+Green+Blue) = 218+144+113=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9071 is #256F8E. Grayscale: #A2A2A2. Windows color (decimal): -2453391 or 7442650. OLE color: 7442650.

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

Color convert

RGB 218 144 113 -
CMYK 0 0.34 0.48 0.15
HSL 17.71º 0.59% 0.65% -
HSV(B) 17.71º 0.48% 0.85% -
XYZ 41.87 36.04 20.37 -
YUV 162.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 218 144 113 0 0.34 0.48 0.15 17.71 0.59 0.65
Hex DA 90 71 0 22 30 F 12 3B 41
Octal 332 220 161 0 42 60 17 22 73 101
Binary 11011010 10010000 1110001 0 100010 110000 1111 10010 111011 1000001

Color Harmonies of #DA9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9071

Black with #DA9071

Text Example


Text Example

White with #DA9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9071; }

 p { color: rgb(218,144,113); }

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

background-color css

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

 a { background-color: rgb(218,144,113); }

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

border-color css

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

 span { border-color: rgb(218,144,113); }

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