Html Css Color HEX #DC9A71 Feldspar

📋 copy color: '#DC9A71'

red 220 ◦ green 154 ◦ blue 113

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

Shades of Feldspar #DC9A71

Tints of Feldspar #DC9A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.62%

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

R = 45.17%
G = 31.62%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9A71 (or 0xDC9A71) is known color: Feldspar. HEX triplet: DC, 9A and 71. RGB value is (220,154,113). Sum of RGB (Red+Green+Blue) = 220+154+113=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A71 is #23658E. Grayscale: #A9A9A9. Windows color (decimal): -2319759 or 7445212. OLE color: 7445212.

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

Color convert

RGB 220 154 113 -
CMYK 0 0.3 0.49 0.14
HSL 22.99º 0.6% 0.65% -
HSV(B) 22.99º 0.49% 0.86% -
XYZ 44.05 39.52 20.93 -
YUV 169.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 220 154 113 0 0.3 0.49 0.14 22.99 0.6 0.65
Hex DC 9A 71 0 1E 31 E 17 3C 41
Octal 334 232 161 0 36 61 16 27 74 101
Binary 11011100 10011010 1110001 0 11110 110001 1110 10111 111100 1000001

Color Harmonies of #DC9A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A71

Black with #DC9A71

Text Example


Text Example

White with #DC9A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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