Html Css Color HEX #DA977C Feldspar

📋 copy color: '#DA977C'

red 218 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #DA977C

Tints of Feldspar #DA977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.15%

R = 44.22%
G = 30.63%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA977C (or 0xDA977C) is known color: Feldspar. HEX triplet: DA, 97 and 7C. RGB value is (218,151,124). Sum of RGB (Red+Green+Blue) = 218+151+124=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA977C is #256883. Grayscale: #A8A8A8. Windows color (decimal): -2451588 or 8165338. OLE color: 8165338.

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

Color convert

RGB 218 151 124 -
CMYK 0 0.31 0.43 0.15
HSL 17.23º 0.56% 0.67% -
HSV(B) 17.23º 0.43% 0.85% -
XYZ 43.62 38.49 24.2 -
YUV 167.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 218 151 124 0 0.31 0.43 0.15 17.23 0.56 0.67
Hex DA 97 7C 0 1F 2B F 11 38 43
Octal 332 227 174 0 37 53 17 21 70 103
Binary 11011010 10010111 1111100 0 11111 101011 1111 10001 111000 1000011

Color Harmonies of #DA977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA977C

Black with #DA977C

Text Example


Text Example

White with #DA977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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