#DCA867

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

Shades of Equator #DCA867

Tints of Equator #DCA867

Color information

#DCA867 (or 0xDCA867) is unknown color: approx Equator. HEX triplet: DC, A8 and 67. RGB value is (220,168,103). Sum of RGB (Red+Green+Blue) = 220+168+103=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA867 is #235798. Grayscale: #B0B0B0. Windows color (decimal): -2316185 or 6793436. OLE color: 6793436.

HSL color Cylindrical-coordinate representation of color #DCA867: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCA867 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220168103-
CMYK00.240.530.14
HSL33.33º62.57%63.33%-
HSV(B)33.33º53.18%86.27%-
XYZ45.9744.218.94-
YUV176.1486.73159.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=44.81%
G=34.22%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016810300.240.530.1433.3362.5763.33
HexDCA86701835E213f3f
Octal3342501470306516417777
Binary110111001010100011001110110001101011110100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA867; }

 p { color: rgb(220,168,103); }

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

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

 a { background-color: rgb(220,168,103); }

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

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

 span { border-color: rgb(220,168,103); }

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