Html Css Color HEX #DC977A Feldspar

📋 copy color: '#DC977A'

red 220 ◦ green 151 ◦ blue 122

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

Shades of Feldspar #DC977A

Tints of Feldspar #DC977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 44.62%
G = 30.63%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC977A (or 0xDC977A) is known color: Feldspar. HEX triplet: DC, 97 and 7A. RGB value is (220,151,122). Sum of RGB (Red+Green+Blue) = 220+151+122=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC977A is #236885. Grayscale: #A8A8A8. Windows color (decimal): -2320518 or 8034268. OLE color: 8034268.

HSL color Cylindrical-coordinate representation of color #DC977A: hue angle of 17.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC977A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 122 -
CMYK 0 0.31 0.45 0.14
HSL 17.76º 0.58% 0.67% -
HSV(B) 17.76º 0.45% 0.86% -
XYZ 44.09 38.75 23.57 -
YUV 168.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 220 151 122 0 0.31 0.45 0.14 17.76 0.58 0.67
Hex DC 97 7A 0 1F 2D E 12 3A 43
Octal 334 227 172 0 37 55 16 22 72 103
Binary 11011100 10010111 1111010 0 11111 101101 1110 10010 111010 1000011

Color Harmonies of #DC977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC977A

Black with #DC977A

Text Example


Text Example

White with #DC977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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