Html Css Color HEX #DA976D Feldspar

📋 copy color: '#DA976D'

red 218 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #DA976D

Tints of Feldspar #DA976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 45.61%
G = 31.59%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA976D (or 0xDA976D) is known color: Feldspar. HEX triplet: DA, 97 and 6D. RGB value is (218,151,109). Sum of RGB (Red+Green+Blue) = 218+151+109=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976D is #256892. Grayscale: #A6A6A6. Windows color (decimal): -2451603 or 7182298. OLE color: 7182298.

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

Color convert

RGB 218 151 109 -
CMYK 0 0.31 0.5 0.15
HSL 23.12º 0.6% 0.64% -
HSV(B) 23.12º 0.5% 0.85% -
XYZ 42.74 38.14 19.58 -
YUV 166.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 218 151 109 0 0.31 0.5 0.15 23.12 0.6 0.64
Hex DA 97 6D 0 1F 32 F 17 3C 40
Octal 332 227 155 0 37 62 17 27 74 100
Binary 11011010 10010111 1101101 0 11111 110010 1111 10111 111100 1000000

Color Harmonies of #DA976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA976D

Black with #DA976D

Text Example


Text Example

White with #DA976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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