Html Css Color HEX #DC9770 Feldspar

📋 copy color: '#DC9770'

red 220 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #DC9770

Tints of Feldspar #DC9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.26%

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

R = 45.55%
G = 31.26%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9770 (or 0xDC9770) is known color: Feldspar. HEX triplet: DC, 97 and 70. RGB value is (220,151,112). Sum of RGB (Red+Green+Blue) = 220+151+112=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9770 is #23688F. Grayscale: #A7A7A7. Windows color (decimal): -2320528 or 7378908. OLE color: 7378908.

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

Color convert

RGB 220 151 112 -
CMYK 0 0.31 0.49 0.14
HSL 21.67º 0.61% 0.65% -
HSV(B) 21.67º 0.49% 0.86% -
XYZ 43.51 38.52 20.47 -
YUV 167.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 220 151 112 0 0.31 0.49 0.14 21.67 0.61 0.65
Hex DC 97 70 0 1F 31 E 16 3D 41
Octal 334 227 160 0 37 61 16 26 75 101
Binary 11011100 10010111 1110000 0 11111 110001 1110 10110 111101 1000001

Color Harmonies of #DC9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9770

Black with #DC9770

Text Example


Text Example

White with #DC9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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