Html Css Color HEX #DC9C74 Feldspar

📋 copy color: '#DC9C74'

red 220 ◦ green 156 ◦ blue 116

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

Shades of Feldspar #DC9C74

Tints of Feldspar #DC9C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 44.72%
G = 31.71%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9C74 (or 0xDC9C74) is known color: Feldspar. HEX triplet: DC, 9C and 74. RGB value is (220,156,116). Sum of RGB (Red+Green+Blue) = 220+156+116=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C74 is #23638B. Grayscale: #AAAAAA. Windows color (decimal): -2319244 or 7642332. OLE color: 7642332.

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

Color convert

RGB 220 156 116 -
CMYK 0 0.29 0.47 0.14
HSL 23.08º 0.6% 0.66% -
HSV(B) 23.08º 0.47% 0.86% -
XYZ 44.56 40.25 21.94 -
YUV 170.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 220 156 116 0 0.29 0.47 0.14 23.08 0.6 0.66
Hex DC 9C 74 0 1D 2F E 17 3C 42
Octal 334 234 164 0 35 57 16 27 74 102
Binary 11011100 10011100 1110100 0 11101 101111 1110 10111 111100 1000010

Color Harmonies of #DC9C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C74

Black with #DC9C74

Text Example


Text Example

White with #DC9C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C74; }

 p { color: rgb(220,156,116); }

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

background-color css

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

 a { background-color: rgb(220,156,116); }

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

border-color css

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

 span { border-color: rgb(220,156,116); }

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