#DC967A

Color #DC967A Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DC967A

Tints of Feldspar #DC967A

Color information

#DC967A (or 0xDC967A) is unknown color: approx Feldspar. HEX triplet: DC, 96 and 7A. RGB value is (220,150,122). Sum of RGB (Red+Green+Blue) = 220+150+122=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967A is #236985. Grayscale: #A7A7A7. Windows color (decimal): -2320774 or 8034012. OLE color: 8034012.

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

Color convert

RGB220150122-
CMYK00.320.450.14
HSL17.14º58.33%67.06%-
HSV(B)17.14º44.55%86.27%-
XYZ43.9338.4323.52-
YUV167.74102.19165.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=44.72%
G=30.49%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015012200.320.450.1417.1458.3367.06
HexDC967A0202DE113a43
Octal33422617204055162172103
Binary1101110010010110111101001000001011011110100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC967A; }

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

 H1.HeaderClassName
 {
   color: #DC967A;
 }
 .AnyTagClassName
 {
   color: #DC967A;
 }
</style>
background-color css

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

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

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

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

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

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