Html Css Color HEX #DA977E Feldspar

📋 copy color: '#DA977E'

red 218 ◦ green 151 ◦ blue 126

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

Shades of Feldspar #DA977E

Tints of Feldspar #DA977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 44.04%
G = 30.51%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA977E (or 0xDA977E) is known color: Feldspar. HEX triplet: DA, 97 and 7E. RGB value is (218,151,126). Sum of RGB (Red+Green+Blue) = 218+151+126=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA977E is #256881. Grayscale: #A8A8A8. Windows color (decimal): -2451586 or 8296410. OLE color: 8296410.

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

Color convert

RGB 218 151 126 -
CMYK 0 0.31 0.42 0.15
HSL 16.3º 0.55% 0.67% -
HSV(B) 16.3º 0.42% 0.85% -
XYZ 43.75 38.55 24.87 -
YUV 168.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 218 151 126 0 0.31 0.42 0.15 16.3 0.55 0.67
Hex DA 97 7E 0 1F 2A F 10 37 43
Octal 332 227 176 0 37 52 17 20 67 103
Binary 11011010 10010111 1111110 0 11111 101010 1111 10000 110111 1000011

Color Harmonies of #DA977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA977E

Black with #DA977E

Text Example


Text Example

White with #DA977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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