Html Css Color HEX #DC976D Feldspar

📋 copy color: '#DC976D'

red 220 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #DC976D

Tints of Feldspar #DC976D

RGB

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

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

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

R = 45.83%
G = 31.46%
B = 22.71%

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

#DC976D (or 0xDC976D) is known color: Feldspar. HEX triplet: DC, 97 and 6D. RGB value is (220,151,109). Sum of RGB (Red+Green+Blue) = 220+151+109=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976D is #236892. Grayscale: #A7A7A7. Windows color (decimal): -2320531 or 7182300. OLE color: 7182300.

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

Color convert

RGB 220 151 109 -
CMYK 0 0.31 0.50 0.14
HSL 22.7º 0.61% 0.65% -
HSV(B) 22.7º 0.5% 0.86% -
XYZ 43.34 38.45 19.61 -
YUV 166.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 220 151 109 0 0.31 0.50 0.14 22.7 0.61 0.65
Hex DC 97 6D 0 1F 32 E 17 3D 41
Octal 334 227 155 0 37 62 16 27 75 101
Binary 11011100 10010111 1101101 0 11111 110010 1110 10111 111101 1000001

Color Harmonies of #DC976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC976D

Black with #DC976D

Text Example


Text Example

White with #DC976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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