Html Css Color HEX #DC9670 Feldspar

📋 copy color: '#DC9670'

red 220 ◦ green 150 ◦ blue 112

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

Shades of Feldspar #DC9670

Tints of Feldspar #DC9670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 45.64%
G = 31.12%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9670 (or 0xDC9670) is known color: Feldspar. HEX triplet: DC, 96 and 70. RGB value is (220,150,112). Sum of RGB (Red+Green+Blue) = 220+150+112=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9670 is #23698F. Grayscale: #A6A6A6. Windows color (decimal): -2320784 or 7378652. OLE color: 7378652.

HSL color Cylindrical-coordinate representation of color #DC9670: hue angle of 21.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9670 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 112 -
CMYK 0 0.32 0.49 0.14
HSL 21.11º 0.61% 0.65% -
HSV(B) 21.11º 0.49% 0.86% -
XYZ 43.35 38.2 20.42 -
YUV 166.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 220 150 112 0 0.32 0.49 0.14 21.11 0.61 0.65
Hex DC 96 70 0 20 31 E 15 3D 41
Octal 334 226 160 0 40 61 16 25 75 101
Binary 11011100 10010110 1110000 0 100000 110001 1110 10101 111101 1000001

Color Harmonies of #DC9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9670

Black with #DC9670

Text Example


Text Example

White with #DC9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9670; }

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

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

background-color css

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

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

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

border-color css

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

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

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