Html Css Color HEX #DC9971 Feldspar

📋 copy color: '#DC9971'

red 220 ◦ green 153 ◦ blue 113

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

Shades of Feldspar #DC9971

Tints of Feldspar #DC9971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 45.27%
G = 31.48%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9971 (or 0xDC9971) is known color: Feldspar. HEX triplet: DC, 99 and 71. RGB value is (220,153,113). Sum of RGB (Red+Green+Blue) = 220+153+113=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9971 is #23668E. Grayscale: #A8A8A8. Windows color (decimal): -2320015 or 7444956. OLE color: 7444956.

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

Color convert

RGB 220 153 113 -
CMYK 0 0.30 0.49 0.14
HSL 22.43º 0.6% 0.65% -
HSV(B) 22.43º 0.49% 0.86% -
XYZ 43.89 39.19 20.87 -
YUV 168.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 220 153 113 0 0.30 0.49 0.14 22.43 0.6 0.65
Hex DC 99 71 0 1E 31 E 16 3C 41
Octal 334 231 161 0 36 61 16 26 74 101
Binary 11011100 10011001 1110001 0 11110 110001 1110 10110 111100 1000001

Color Harmonies of #DC9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9971

Black with #DC9971

Text Example


Text Example

White with #DC9971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9971; }

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

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

background-color css

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

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

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

border-color css

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

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

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