Html Css Color HEX #DC976E Feldspar

📋 copy color: '#DC976E'

red 220 ◦ green 151 ◦ blue 110

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

Shades of Feldspar #DC976E

Tints of Feldspar #DC976E

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

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

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

R = 45.74%
G = 31.39%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC976E (or 0xDC976E) is known color: Feldspar. HEX triplet: DC, 97 and 6E. RGB value is (220,151,110). Sum of RGB (Red+Green+Blue) = 220+151+110=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976E is #236891. Grayscale: #A7A7A7. Windows color (decimal): -2320530 or 7247836. OLE color: 7247836.

HSL color Cylindrical-coordinate representation of color #DC976E: hue angle of 22.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC976E is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 110 -
CMYK 0 0.31 0.50 0.14
HSL 22.36º 0.61% 0.65% -
HSV(B) 22.36º 0.5% 0.86% -
XYZ 43.4 38.47 19.89 -
YUV 166.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 220 151 110 0 0.31 0.50 0.14 22.36 0.61 0.65
Hex DC 97 6E 0 1F 32 E 16 3D 41
Octal 334 227 156 0 37 62 16 26 75 101
Binary 11011100 10010111 1101110 0 11111 110010 1110 10110 111101 1000001

Color Harmonies of #DC976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC976E

Black with #DC976E

Text Example


Text Example

White with #DC976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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