#DCAC67

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

Shades of Equator #DCAC67

Tints of Equator #DCAC67

Color information

#DCAC67 (or 0xDCAC67) is unknown color: approx Equator. HEX triplet: DC, AC and 67. RGB value is (220,172,103). Sum of RGB (Red+Green+Blue) = 220+172+103=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC67 is #235398. Grayscale: #B2B2B2. Windows color (decimal): -2315161 or 6794460. OLE color: 6794460.

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

Color convert

RGB220172103-
CMYK00.220.530.14
HSL35.38º62.57%63.33%-
HSV(B)35.38º53.18%86.27%-
XYZ46.7245.719.19-
YUV178.4985.4157.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=44.44%
G=34.75%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017210300.220.530.1435.3862.5763.33
HexDCAC6701635E233f3f
Octal3342541470266516437777
Binary110111001010110011001110101101101011110100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC67; }

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

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

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

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

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

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

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

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