Html Css Color HEX #DC9771 Feldspar

📋 copy color: '#DC9771'

red 220 ◦ green 151 ◦ blue 113

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

Shades of Feldspar #DC9771

Tints of Feldspar #DC9771

RGB

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

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

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

R = 45.45%
G = 31.2%
B = 23.35%

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

#DC9771 (or 0xDC9771) is known color: Feldspar. HEX triplet: DC, 97 and 71. RGB value is (220,151,113). Sum of RGB (Red+Green+Blue) = 220+151+113=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9771 is #23688E. Grayscale: #A7A7A7. Windows color (decimal): -2320527 or 7444444. OLE color: 7444444.

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

Color convert

RGB 220 151 113 -
CMYK 0 0.31 0.49 0.14
HSL 21.31º 0.6% 0.65% -
HSV(B) 21.31º 0.49% 0.86% -
XYZ 43.56 38.54 20.77 -
YUV 167.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 220 151 113 0 0.31 0.49 0.14 21.31 0.6 0.65
Hex DC 97 71 0 1F 31 E 15 3C 41
Octal 334 227 161 0 37 61 16 25 74 101
Binary 11011100 10010111 1110001 0 11111 110001 1110 10101 111100 1000001

Color Harmonies of #DC9771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9771

Black with #DC9771

Text Example


Text Example

White with #DC9771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9771; }

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

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

background-color css

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

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

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

border-color css

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

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

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