Html Css Color HEX #DA976F Feldspar

📋 copy color: '#DA976F'

red 218 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #DA976F

Tints of Feldspar #DA976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 45.42%
G = 31.46%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA976F (or 0xDA976F) is known color: Feldspar. HEX triplet: DA, 97 and 6F. RGB value is (218,151,111). Sum of RGB (Red+Green+Blue) = 218+151+111=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976F is #256890. Grayscale: #A6A6A6. Windows color (decimal): -2451601 or 7313370. OLE color: 7313370.

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

Color convert

RGB 218 151 111 -
CMYK 0 0.31 0.49 0.15
HSL 22.43º 0.59% 0.65% -
HSV(B) 22.43º 0.49% 0.85% -
XYZ 42.85 38.19 20.15 -
YUV 166.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 218 151 111 0 0.31 0.49 0.15 22.43 0.59 0.65
Hex DA 97 6F 0 1F 31 F 16 3B 41
Octal 332 227 157 0 37 61 17 26 73 101
Binary 11011010 10010111 1101111 0 11111 110001 1111 10110 111011 1000001

Color Harmonies of #DA976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA976F

Black with #DA976F

Text Example


Text Example

White with #DA976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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