Html Css Color HEX #DA997D Feldspar

📋 copy color: '#DA997D'

red 218 ◦ green 153 ◦ blue 125

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

Shades of Feldspar #DA997D

Tints of Feldspar #DA997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 43.95%
G = 30.85%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA997D (or 0xDA997D) is known color: Feldspar. HEX triplet: DA, 99 and 7D. RGB value is (218,153,125). Sum of RGB (Red+Green+Blue) = 218+153+125=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA997D is #256682. Grayscale: #A9A9A9. Windows color (decimal): -2451075 or 8231386. OLE color: 8231386.

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

Color convert

RGB 218 153 125 -
CMYK 0 0.30 0.43 0.15
HSL 18.06º 0.56% 0.67% -
HSV(B) 18.06º 0.43% 0.85% -
XYZ 44.01 39.17 24.64 -
YUV 169.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 218 153 125 0 0.30 0.43 0.15 18.06 0.56 0.67
Hex DA 99 7D 0 1E 2B F 12 38 43
Octal 332 231 175 0 36 53 17 22 70 103
Binary 11011010 10011001 1111101 0 11110 101011 1111 10010 111000 1000011

Color Harmonies of #DA997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA997D

Black with #DA997D

Text Example


Text Example

White with #DA997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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