Html Css Color HEX #DC9873 Feldspar

📋 copy color: '#DC9873'

red 220 ◦ green 152 ◦ blue 115

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

Shades of Feldspar #DC9873

Tints of Feldspar #DC9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

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

R = 45.17%
G = 31.21%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9873 (or 0xDC9873) is known color: Feldspar. HEX triplet: DC, 98 and 73. RGB value is (220,152,115). Sum of RGB (Red+Green+Blue) = 220+152+115=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9873 is #23678C. Grayscale: #A8A8A8. Windows color (decimal): -2320269 or 7575772. OLE color: 7575772.

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

Color convert

RGB 220 152 115 -
CMYK 0 0.31 0.48 0.14
HSL 21.14º 0.6% 0.66% -
HSV(B) 21.14º 0.48% 0.86% -
XYZ 43.84 38.91 21.42 -
YUV 168.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 220 152 115 0 0.31 0.48 0.14 21.14 0.6 0.66
Hex DC 98 73 0 1F 30 E 15 3C 42
Octal 334 230 163 0 37 60 16 25 74 102
Binary 11011100 10011000 1110011 0 11111 110000 1110 10101 111100 1000010

Color Harmonies of #DC9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9873

Black with #DC9873

Text Example


Text Example

White with #DC9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9873; }

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

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

background-color css

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

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

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

border-color css

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

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

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