Html Css Color HEX #DC9376 Feldspar

📋 copy color: '#DC9376'

red 220 ◦ green 147 ◦ blue 118

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

Shades of Feldspar #DC9376

Tints of Feldspar #DC9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 45.36%
G = 30.31%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9376 (or 0xDC9376) is known color: Feldspar. HEX triplet: DC, 93 and 76. RGB value is (220,147,118). Sum of RGB (Red+Green+Blue) = 220+147+118=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9376 is #236C89. Grayscale: #A5A5A5. Windows color (decimal): -2321546 or 7771100. OLE color: 7771100.

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

Color convert

RGB 220 147 118 -
CMYK 0 0.33 0.46 0.14
HSL 17.06º 0.59% 0.66% -
HSV(B) 17.06º 0.46% 0.86% -
XYZ 43.22 37.39 22.08 -
YUV 165.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 220 147 118 0 0.33 0.46 0.14 17.06 0.59 0.66
Hex DC 93 76 0 21 2E E 11 3B 42
Octal 334 223 166 0 41 56 16 21 73 102
Binary 11011100 10010011 1110110 0 100001 101110 1110 10001 111011 1000010

Color Harmonies of #DC9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9376

Black with #DC9376

Text Example


Text Example

White with #DC9376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9376; }

 p { color: rgb(220,147,118); }

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

background-color css

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

 a { background-color: rgb(220,147,118); }

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

border-color css

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

 span { border-color: rgb(220,147,118); }

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