Html Css Color HEX #DA9770 Feldspar

📋 copy color: '#DA9770'

red 218 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #DA9770

Tints of Feldspar #DA9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

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

R = 45.32%
G = 31.39%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9770 (or 0xDA9770) is known color: Feldspar. HEX triplet: DA, 97 and 70. RGB value is (218,151,112). Sum of RGB (Red+Green+Blue) = 218+151+112=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9770 is #25688F. Grayscale: #A6A6A6. Windows color (decimal): -2451600 or 7378906. OLE color: 7378906.

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

Color convert

RGB 218 151 112 -
CMYK 0 0.31 0.49 0.15
HSL 22.08º 0.59% 0.65% -
HSV(B) 22.08º 0.49% 0.85% -
XYZ 42.9 38.21 20.44 -
YUV 166.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 218 151 112 0 0.31 0.49 0.15 22.08 0.59 0.65
Hex DA 97 70 0 1F 31 F 16 3B 41
Octal 332 227 160 0 37 61 17 26 73 101
Binary 11011010 10010111 1110000 0 11111 110001 1111 10110 111011 1000001

Color Harmonies of #DA9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9770

Black with #DA9770

Text Example


Text Example

White with #DA9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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