Html Css Color HEX #DC9D71 Feldspar

📋 copy color: '#DC9D71'

red 220 ◦ green 157 ◦ blue 113

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

Shades of Feldspar #DC9D71

Tints of Feldspar #DC9D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 44.9%
G = 32.04%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9D71 (or 0xDC9D71) is known color: Feldspar. HEX triplet: DC, 9D and 71. RGB value is (220,157,113). Sum of RGB (Red+Green+Blue) = 220+157+113=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D71 is #23628E. Grayscale: #ABABAB. Windows color (decimal): -2318991 or 7445980. OLE color: 7445980.

HSL color Cylindrical-coordinate representation of color #DC9D71: hue angle of 24.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9D71 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 113 -
CMYK 0 0.29 0.49 0.14
HSL 24.67º 0.6% 0.65% -
HSV(B) 24.67º 0.49% 0.86% -
XYZ 44.55 40.52 21.1 -
YUV 170.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 220 157 113 0 0.29 0.49 0.14 24.67 0.6 0.65
Hex DC 9D 71 0 1D 31 E 19 3C 41
Octal 334 235 161 0 35 61 16 31 74 101
Binary 11011100 10011101 1110001 0 11101 110001 1110 11001 111100 1000001

Color Harmonies of #DC9D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D71

Black with #DC9D71

Text Example


Text Example

White with #DC9D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D71; }

 p { color: rgb(220,157,113); }

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

background-color css

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

 a { background-color: rgb(220,157,113); }

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

border-color css

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

 span { border-color: rgb(220,157,113); }

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