Html Css Color HEX #DC9B73 Feldspar

📋 copy color: '#DC9B73'

red 220 ◦ green 155 ◦ blue 115

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

Shades of Feldspar #DC9B73

Tints of Feldspar #DC9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 44.9%
G = 31.63%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9B73 (or 0xDC9B73) is known color: Feldspar. HEX triplet: DC, 9B and 73. RGB value is (220,155,115). Sum of RGB (Red+Green+Blue) = 220+155+115=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B73 is #23648C. Grayscale: #AAAAAA. Windows color (decimal): -2319501 or 7576540. OLE color: 7576540.

HSL color Cylindrical-coordinate representation of color #DC9B73: hue angle of 22.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9B73 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 115 -
CMYK 0 0.30 0.48 0.14
HSL 22.86º 0.6% 0.66% -
HSV(B) 22.86º 0.48% 0.86% -
XYZ 44.33 39.9 21.58 -
YUV 169.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 220 155 115 0 0.30 0.48 0.14 22.86 0.6 0.66
Hex DC 9B 73 0 1E 30 E 17 3C 42
Octal 334 233 163 0 36 60 16 27 74 102
Binary 11011100 10011011 1110011 0 11110 110000 1110 10111 111100 1000010

Color Harmonies of #DC9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B73

Black with #DC9B73

Text Example


Text Example

White with #DC9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B73; }

 p { color: rgb(220,155,115); }

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

background-color css

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

 a { background-color: rgb(220,155,115); }

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

border-color css

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

 span { border-color: rgb(220,155,115); }

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