Html Css Color HEX #DA976E Feldspar

📋 copy color: '#DA976E'

red 218 ◦ green 151 ◦ blue 110

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

Shades of Feldspar #DA976E

Tints of Feldspar #DA976E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 45.51%
G = 31.52%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA976E (or 0xDA976E) is known color: Feldspar. HEX triplet: DA, 97 and 6E. RGB value is (218,151,110). Sum of RGB (Red+Green+Blue) = 218+151+110=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976E is #256891. Grayscale: #A6A6A6. Windows color (decimal): -2451602 or 7247834. OLE color: 7247834.

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

Color convert

RGB 218 151 110 -
CMYK 0 0.31 0.50 0.15
HSL 22.78º 0.59% 0.64% -
HSV(B) 22.78º 0.5% 0.85% -
XYZ 42.79 38.16 19.86 -
YUV 166.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 218 151 110 0 0.31 0.50 0.15 22.78 0.59 0.64
Hex DA 97 6E 0 1F 32 F 17 3B 40
Octal 332 227 156 0 37 62 17 27 73 100
Binary 11011010 10010111 1101110 0 11111 110010 1111 10111 111011 1000000

Color Harmonies of #DA976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA976E

Black with #DA976E

Text Example


Text Example

White with #DA976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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