Html Css Color HEX #DA997F Feldspar

📋 copy color: '#DA997F'

red 218 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #DA997F

Tints of Feldspar #DA997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.5%

R = 43.78%
G = 30.72%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA997F (or 0xDA997F) is known color: Feldspar. HEX triplet: DA, 99 and 7F. RGB value is (218,153,127). Sum of RGB (Red+Green+Blue) = 218+153+127=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA997F is #256680. Grayscale: #A9A9A9. Windows color (decimal): -2451073 or 8362458. OLE color: 8362458.

HSL color Cylindrical-coordinate representation of color #DA997F: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA997F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 127 -
CMYK 0 0.30 0.42 0.15
HSL 17.14º 0.55% 0.68% -
HSV(B) 17.14º 0.42% 0.85% -
XYZ 44.14 39.22 25.32 -
YUV 169.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 218 153 127 0 0.30 0.42 0.15 17.14 0.55 0.68
Hex DA 99 7F 0 1E 2A F 11 37 44
Octal 332 231 177 0 36 52 17 21 67 104
Binary 11011010 10011001 1111111 0 11110 101010 1111 10001 110111 1000100

Color Harmonies of #DA997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA997F

Black with #DA997F

Text Example


Text Example

White with #DA997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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