Html Css Color HEX #DC9571 Feldspar

📋 copy color: '#DC9571'

red 220 ◦ green 149 ◦ blue 113

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

Shades of Feldspar #DC9571

Tints of Feldspar #DC9571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 45.64%
G = 30.91%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9571 (or 0xDC9571) is known color: Feldspar. HEX triplet: DC, 95 and 71. RGB value is (220,149,113). Sum of RGB (Red+Green+Blue) = 220+149+113=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9571 is #236A8E. Grayscale: #A6A6A6. Windows color (decimal): -2321039 or 7443932. OLE color: 7443932.

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

Color convert

RGB 220 149 113 -
CMYK 0 0.32 0.49 0.14
HSL 20.19º 0.6% 0.65% -
HSV(B) 20.19º 0.49% 0.86% -
XYZ 43.24 37.9 20.66 -
YUV 166.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 220 149 113 0 0.32 0.49 0.14 20.19 0.6 0.65
Hex DC 95 71 0 20 31 E 14 3C 41
Octal 334 225 161 0 40 61 16 24 74 101
Binary 11011100 10010101 1110001 0 100000 110001 1110 10100 111100 1000001

Color Harmonies of #DC9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9571

Black with #DC9571

Text Example


Text Example

White with #DC9571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9571; }

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

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

background-color css

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

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

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

border-color css

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

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

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