Html Css Color HEX #DA977D Feldspar

📋 copy color: '#DA977D'

red 218 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #DA977D

Tints of Feldspar #DA977D

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.3%

R = 44.13%
G = 30.57%
B = 25.3%

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

#DA977D (or 0xDA977D) is known color: 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

RGB 218 151 125 -
CMYK 0 0.31 0.43 0.15
HSL 16.77º 0.56% 0.67% -
HSV(B) 16.77º 0.43% 0.85% -
XYZ 43.68 38.52 24.53 -
YUV 168.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 218 151 125 0 0.31 0.43 0.15 16.77 0.56 0.67
Hex DA 97 7D 0 1F 2B F 11 38 43
Octal 332 227 175 0 37 53 17 21 70 103
Binary 11011010 10010111 1111101 0 11111 101011 1111 10001 111000 1000011

Color Harmonies of #DA977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA977D

Black with #DA977D

Text Example


Text Example

White with #DA977D

Text Example


Text Example

HTML Codes & Css Web 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>