Html Css Color HEX #DC9174 Feldspar

📋 copy color: '#DC9174'

red 220 ◦ green 145 ◦ blue 116

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

Shades of Feldspar #DC9174

Tints of Feldspar #DC9174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

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

R = 45.74%
G = 30.15%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9174 (or 0xDC9174) is known color: Feldspar. HEX triplet: DC, 91 and 74. RGB value is (220,145,116). Sum of RGB (Red+Green+Blue) = 220+145+116=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9174 is #236E8B. Grayscale: #A4A4A4. Windows color (decimal): -2322060 or 7639516. OLE color: 7639516.

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

Color convert

RGB 220 145 116 -
CMYK 0 0.34 0.47 0.14
HSL 16.73º 0.6% 0.66% -
HSV(B) 16.73º 0.47% 0.86% -
XYZ 42.79 36.73 21.36 -
YUV 164.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 220 145 116 0 0.34 0.47 0.14 16.73 0.6 0.66
Hex DC 91 74 0 22 2F E 11 3C 42
Octal 334 221 164 0 42 57 16 21 74 102
Binary 11011100 10010001 1110100 0 100010 101111 1110 10001 111100 1000010

Color Harmonies of #DC9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9174

Black with #DC9174

Text Example


Text Example

White with #DC9174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9174; }

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

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

background-color css

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

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

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

border-color css

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

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

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