#DA977D

Color #DA977D Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DA977D

Tints of Feldspar #DA977D

Color information

#DA977D (or 0xDA977D) is unknown color: approx Feldspar. HEX triplet: DA, 97 and 7D. RGB value is (218,151,125). Sum of RGB (Red+Green+Blue) = 218+151+125=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA977D is #256882. Grayscale: #A8A8A8. Windows color (decimal): -2451587 or 8230874. OLE color: 8230874.

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

Color convert

RGB218151125-
CMYK00.310.430.15
HSL16.77º55.69%67.25%-
HSV(B)16.77º42.66%85.49%-
XYZ43.6838.5224.53-
YUV168.07103.7163.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=44.13%
G=30.57%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815112500.310.430.1516.7755.6967.25
HexDA977D01F2BF113843
Octal33222717503753172170103
Binary110110101001011111111010111111010111111100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA977D; }

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

 H1.HeaderClassName
 {
   color: #DA977D;
 }
 .AnyTagClassName
 {
   color: #DA977D;
 }
</style>
background-color css

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

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

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

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

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

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