Html Css Color HEX #DA9971 Feldspar

📋 copy color: '#DA9971'

red 218 ◦ green 153 ◦ blue 113

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

Shades of Feldspar #DA9971

Tints of Feldspar #DA9971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

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

R = 45.04%
G = 31.61%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9971 (or 0xDA9971) is known color: Feldspar. HEX triplet: DA, 99 and 71. RGB value is (218,153,113). Sum of RGB (Red+Green+Blue) = 218+153+113=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9971 is #25668E. Grayscale: #A8A8A8. Windows color (decimal): -2451087 or 7444954. OLE color: 7444954.

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

Color convert

RGB 218 153 113 -
CMYK 0 0.30 0.48 0.15
HSL 22.86º 0.59% 0.65% -
HSV(B) 22.86º 0.48% 0.85% -
XYZ 43.29 38.88 20.85 -
YUV 167.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 218 153 113 0 0.30 0.48 0.15 22.86 0.59 0.65
Hex DA 99 71 0 1E 30 F 17 3B 41
Octal 332 231 161 0 36 60 17 27 73 101
Binary 11011010 10011001 1110001 0 11110 110000 1111 10111 111011 1000001

Color Harmonies of #DA9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9971

Black with #DA9971

Text Example


Text Example

White with #DA9971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9971; }

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

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

background-color css

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

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

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

border-color css

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

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

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