Html Css Color HEX #DC9570 Feldspar

📋 copy color: '#DC9570'

red 220 ◦ green 149 ◦ blue 112

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

Shades of Feldspar #DC9570

Tints of Feldspar #DC9570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 45.74%
G = 30.98%
B = 23.28%

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

#DC9570 (or 0xDC9570) is known color: Feldspar. HEX triplet: DC, 95 and 70. RGB value is (220,149,112). Sum of RGB (Red+Green+Blue) = 220+149+112=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9570 is #236A8F. Grayscale: #A6A6A6. Windows color (decimal): -2321040 or 7378396. OLE color: 7378396.

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

Color convert

RGB 220 149 112 -
CMYK 0 0.32 0.49 0.14
HSL 20.56º 0.61% 0.65% -
HSV(B) 20.56º 0.49% 0.86% -
XYZ 43.19 37.88 20.36 -
YUV 166.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 220 149 112 0 0.32 0.49 0.14 20.56 0.61 0.65
Hex DC 95 70 0 20 31 E 15 3D 41
Octal 334 225 160 0 40 61 16 25 75 101
Binary 11011100 10010101 1110000 0 100000 110001 1110 10101 111101 1000001

Color Harmonies of #DC9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9570

Black with #DC9570

Text Example


Text Example

White with #DC9570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9570; }

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

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

background-color css

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

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

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

border-color css

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

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

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