Html Css Color HEX #DC9377 Feldspar

📋 copy color: '#DC9377'

red 220 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #DC9377

Tints of Feldspar #DC9377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 45.27%
G = 30.25%
B = 24.49%

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

#DC9377 (or 0xDC9377) is known color: Feldspar. HEX triplet: DC, 93 and 77. RGB value is (220,147,119). Sum of RGB (Red+Green+Blue) = 220+147+119=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9377 is #236C88. Grayscale: #A5A5A5. Windows color (decimal): -2321545 or 7836636. OLE color: 7836636.

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

Color convert

RGB 220 147 119 -
CMYK 0 0.33 0.46 0.14
HSL 16.63º 0.59% 0.66% -
HSV(B) 16.63º 0.46% 0.86% -
XYZ 43.28 37.41 22.39 -
YUV 165.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 220 147 119 0 0.33 0.46 0.14 16.63 0.59 0.66
Hex DC 93 77 0 21 2E E 11 3B 42
Octal 334 223 167 0 41 56 16 21 73 102
Binary 11011100 10010011 1110111 0 100001 101110 1110 10001 111011 1000010

Color Harmonies of #DC9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9377

Black with #DC9377

Text Example


Text Example

White with #DC9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9377; }

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

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

background-color css

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

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

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

border-color css

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

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

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