Html Css Color HEX #DC9676 Feldspar

📋 copy color: '#DC9676'

red 220 ◦ green 150 ◦ blue 118

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

Shades of Feldspar #DC9676

Tints of Feldspar #DC9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

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

R = 45.08%
G = 30.74%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9676 (or 0xDC9676) is known color: Feldspar. HEX triplet: DC, 96 and 76. RGB value is (220,150,118). Sum of RGB (Red+Green+Blue) = 220+150+118=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9676 is #236989. Grayscale: #A7A7A7. Windows color (decimal): -2320778 or 7771868. OLE color: 7771868.

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

Color convert

RGB 220 150 118 -
CMYK 0 0.32 0.46 0.14
HSL 18.82º 0.59% 0.66% -
HSV(B) 18.82º 0.46% 0.86% -
XYZ 43.69 38.34 22.24 -
YUV 167.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 220 150 118 0 0.32 0.46 0.14 18.82 0.59 0.66
Hex DC 96 76 0 20 2E E 13 3B 42
Octal 334 226 166 0 40 56 16 23 73 102
Binary 11011100 10010110 1110110 0 100000 101110 1110 10011 111011 1000010

Color Harmonies of #DC9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9676

Black with #DC9676

Text Example


Text Example

White with #DC9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9676; }

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

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

background-color css

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

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

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

border-color css

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

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

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