Html Css Color HEX #DC976F Feldspar

📋 copy color: '#DC976F'

red 220 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #DC976F

Tints of Feldspar #DC976F

RGB

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

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

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

R = 45.64%
G = 31.33%
B = 23.03%

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

#DC976F (or 0xDC976F) is known color: Feldspar. HEX triplet: DC, 97 and 6F. RGB value is (220,151,111). Sum of RGB (Red+Green+Blue) = 220+151+111=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976F is #236890. Grayscale: #A7A7A7. Windows color (decimal): -2320529 or 7313372. OLE color: 7313372.

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

Color convert

RGB 220 151 111 -
CMYK 0 0.31 0.50 0.14
HSL 22.02º 0.61% 0.65% -
HSV(B) 22.02º 0.5% 0.86% -
XYZ 43.45 38.5 20.18 -
YUV 167.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 220 151 111 0 0.31 0.50 0.14 22.02 0.61 0.65
Hex DC 97 6F 0 1F 32 E 16 3D 41
Octal 334 227 157 0 37 62 16 26 75 101
Binary 11011100 10010111 1101111 0 11111 110010 1110 10110 111101 1000001

Color Harmonies of #DC976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC976F

Black with #DC976F

Text Example


Text Example

White with #DC976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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