Html Css Color HEX #DC9C71 Feldspar

📋 copy color: '#DC9C71'

red 220 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #DC9C71

Tints of Feldspar #DC9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

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

R = 44.99%
G = 31.9%
B = 23.11%

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

#DC9C71 (or 0xDC9C71) is known color: Feldspar. HEX triplet: DC, 9C and 71. RGB value is (220,156,113). Sum of RGB (Red+Green+Blue) = 220+156+113=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C71 is #23638E. Grayscale: #AAAAAA. Windows color (decimal): -2319247 or 7445724. OLE color: 7445724.

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

Color convert

RGB 220 156 113 -
CMYK 0 0.29 0.49 0.14
HSL 24.11º 0.6% 0.65% -
HSV(B) 24.11º 0.49% 0.86% -
XYZ 44.38 40.18 21.04 -
YUV 170.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 220 156 113 0 0.29 0.49 0.14 24.11 0.6 0.65
Hex DC 9C 71 0 1D 31 E 18 3C 41
Octal 334 234 161 0 35 61 16 30 74 101
Binary 11011100 10011100 1110001 0 11101 110001 1110 11000 111100 1000001

Color Harmonies of #DC9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C71

Black with #DC9C71

Text Example


Text Example

White with #DC9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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